Re: [Qemu-devel] [PATCH v1][ 14/23] qapi: add QMP output visiter

2011-05-18 Thread Stefan Hajnoczi
On Wed, May 18, 2011 at 1:52 AM, Michael Roth 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 will > use this to convert t

[Qemu-devel] [PATCH v1][ 14/23] qapi: add QMP output visiter

2011-05-17 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 ove