commit | e4e6aa14ed377d808aba4643cd922403606d4dee | [log] [tgz] |
---|---|---|
author | Michael Roth <mdroth@linux.vnet.ibm.com> | Tue Jul 19 14:50:34 2011 -0500 |
committer | Luiz Capitulino <lcapitulino@gmail.com> | Thu Jul 21 16:48:13 2011 -0300 |
tree | f5b3751b81411fc1ee9d4a6bb497639b1d12895e | |
parent | c40cc0a0ddbcda2af446b40271025b3dbee119ce [diff] |
qapi: add QMP output visitor 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>