Re: [Qemu-devel] [PATCH v1][ 13/23] qapi: add QMP input visiter

2011-05-18 Thread Stefan Hajnoczi
On Wed, May 18, 2011 at 1:52 AM, Michael Roth wrote: > 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 the

[Qemu-devel] [PATCH v1][ 13/23] qapi: add QMP input visiter

2011-05-17 Thread Michael Roth
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. Signe