qapi: add QMP input visitor
commitc40cc0a0ddbcda2af446b40271025b3dbee119ce
authorMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 19 Jul 2011 19:50:33 +0000 (19 14:50 -0500)
committerLuiz Capitulino <lcapitulino@gmail.com>
Thu, 21 Jul 2011 19:48:13 +0000 (21 16:48 -0300)
tree3ff59233f4501395523dbd7232021419f2ec7d56
parent2345c77c6d383bd804527720551b79b1d0400693
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>
Makefile.objs
qapi/qmp-input-visitor.c [new file with mode: 0644]
qapi/qmp-input-visitor.h [new file with mode: 0644]
qerror.h