Re: [Qemu-devel] QMP command implementation help

2012-12-17 Thread Luiz Capitulino
On Mon, 17 Dec 2012 11:21:10 +0530 Shraddha Kamat wrote: > I am implementing couple of QMP commands to Qemu - so trying a > hello-world command first as shown here > https://github.com/qemu/qemu/blob/master/docs/writing-qmp-commands.txt > > Step 1 : > > Added to qapi-schema.json file t

[Qemu-devel] QMP command implementation help

2012-12-16 Thread Shraddha Kamat
I am implementing couple of QMP commands to Qemu - so trying a hello-world command first as shown here https://github.com/qemu/qemu/blob/master/docs/writing-qmp-commands.txt Step 1 : Added to qapi-schema.json file this : { 'command': 'hello-world' } Step 2: === Added to qmp.c : voi