Re: [Qemu-devel] [PATCH v1][ 17/23] qapi: add QMP dispatch functions

2011-05-18 Thread Stefan Hajnoczi
On Wed, May 18, 2011 at 1:52 AM, Michael Roth wrote: > Given an object recieved via QMP, this code uses the dispatch table > provided by qmp_registry.c to call the corresponding marshalling/dispatch > function and format return values/errors for delivery to the QMP. > Currently only synchronous QM

[Qemu-devel] [PATCH v1][ 17/23] qapi: add QMP dispatch functions

2011-05-17 Thread Michael Roth
Given an object recieved via QMP, this code uses the dispatch table provided by qmp_registry.c to call the corresponding marshalling/dispatch function and format return values/errors for delivery to the QMP. Currently only synchronous QMP functions are supported, but this will also be used for asyn