Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-19 | qom: move include files to include/qom/ | Paolo Bonzini | 1 | -2/+2 | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||||
2012-12-19 | qapi: move include files to include/qobject/ | Paolo Bonzini | 1 | -1/+1 | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||||
2012-02-07 | qom: add QObject-based property get/set wrappers | Paolo Bonzini | 1 | -0/+44 | |
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 to remove all usage of QObject in the tree and replace it with GVariant. Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |