Re: [Qemu-devel] [PATCH v2][ 11/21] qapi: add QMP output visiter

2011-06-09 Thread Luiz Capitulino
On Fri, 3 Jun 2011 17:33:09 -0500 Michael Roth mdr...@linux.vnet.ibm.com wrote: Type of Visiter class that serves as the inverse of the input visiter: it takes a series of native C types and uses their values to construct a corresponding QObject. The command marshaling/dispatcher functions

Re: [Qemu-devel] [PATCH v2][ 11/21] qapi: add QMP output visiter

2011-06-09 Thread Anthony Liguori
On 06/09/2011 12:47 PM, Luiz Capitulino wrote: On Fri, 3 Jun 2011 17:33:09 -0500 Michael Rothmdr...@linux.vnet.ibm.com wrote: Type of Visiter class that serves as the inverse of the input visiter: it takes a series of native C types and uses their values to construct a corresponding QObject.

[Qemu-devel] [PATCH v2][ 11/21] qapi: add QMP output visiter

2011-06-03 Thread Michael Roth
Type of Visiter class that serves as the inverse of the input visiter: 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