Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | |
qemu_malloc/qemu_free no longer exist after this commit. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> | |||
2011-07-21 | qapi: add QMP output visitor | Michael Roth | |
Type of Visiter class that serves as the inverse of the input visitor: it takes a series of native C types and uses their values to construct a corresponding QObject. The command marshaling/dispatcher functions will use this to convert the output of QMP functions into a QObject that can be sent over the wire. Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@gmail.com> |