Statistics
| Branch: | Revision:

root / qom / qom-qobject.c @ 2a2af967

History | View | Annotate | Download (1.2 kB)

# Date Author Comment
9f5f1350 02/07/2012 02:52 pm Paolo Bonzini

qom: add QObject-based property get/set wrappers

Move the creation of QmpInputVisitor and QmpOutputVisitor from qmp.c
to qom/object.c, since it's the only practical way to access object
properties.

Keep this isolated such that it's easy to remove. At some point, we need...