summary refs log tree commit diff stats
path: root/qapi/qapi-dealloc-visitor.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-26/+0
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* qapi: add QAPI dealloc visitorMichael Roth2011-07-211-0/+26
Type of Visitor class that can be passed into a qapi-generated C type's visitor function to free() any heap-allocated data types. Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@gmail.com>