qemu/qapi
Michael Roth c40cc0a0dd qapi: add QMP input visitor
A type of Visiter class that is used to walk a qobject's
structure and assign each entry to the corresponding native C type.
Command marshaling function will use this to pull out QMP command
parameters recieved over the wire and pass them as native arguments
to the corresponding C functions.

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@gmail.com>
2011-07-21 16:48:13 -03:00
..
qapi-types-core.h qapi: add QAPI visitor core 2011-07-21 16:48:13 -03:00
qapi-visit-core.c qapi: add QAPI visitor core 2011-07-21 16:48:13 -03:00
qapi-visit-core.h qapi: add QAPI visitor core 2011-07-21 16:48:13 -03:00
qmp-input-visitor.c qapi: add QMP input visitor 2011-07-21 16:48:13 -03:00
qmp-input-visitor.h qapi: add QMP input visitor 2011-07-21 16:48:13 -03:00