Re: [Qemu-devel] [PATCH 17/21] qapi: Convert query-commands

2011-09-29 Thread Michael Roth
Reviewed-by: Michael Roth Tested-by: Michael Roth On Wed, 28 Sep 2011 11:44:41 -0300, Luiz Capitulino wrote: > Signed-off-by: Luiz Capitulino > --- > monitor.c| 40 +++- > qapi-schema.json | 23 +++ > qmp-commands.hx |6

[Qemu-devel] [PATCH 17/21] qapi: Convert query-commands

2011-09-28 Thread Luiz Capitulino
Signed-off-by: Luiz Capitulino --- monitor.c| 40 +++- qapi-schema.json | 23 +++ qmp-commands.hx |6 ++ 3 files changed, 44 insertions(+), 25 deletions(-) diff --git a/monitor.c b/monitor.c index 66b3004..d546bad 10064