Re: [Qemu-devel] Re: [RFC v0 00/15] QEMU Monitor Protocol

2009-11-23 Thread Luiz Capitulino
On Sun, 22 Nov 2009 10:04:15 -0600 Anthony Liguori wrote: > Luiz Capitulino wrote: > >>> { "execute": "info", "arguments": { "item": "balloon" } } > >>> {"return": 512} > >>> > >>> { "execute": "info", "arguments": { "item": "network" } } > >>> {"return": [{"devices": [{"name": "user.0", "info":

Re: [Qemu-devel] Re: [RFC v0 00/15] QEMU Monitor Protocol

2009-11-22 Thread Anthony Liguori
Luiz Capitulino wrote: { "execute": "info", "arguments": { "item": "balloon" } } {"return": 512} { "execute": "info", "arguments": { "item": "network" } } {"return": [{"devices": [{"name": "user.0", "info": "net=10.0.2.0, restricted=n"}, {"name": "e1000.0", "info": "model=e1000,macaddr=52:54:00

[Qemu-devel] Re: [RFC v0 00/15] QEMU Monitor Protocol

2009-11-22 Thread Luiz Capitulino
On Sun, 22 Nov 2009 11:41:02 +0200 Avi Kivity wrote: > On 11/19/2009 06:47 PM, Luiz Capitulino wrote: > > > >> Can you post a capture of a few monitor commands through the new protocol? > >> > > Here goes, it's a telnet session: > > > > Looks really good, some comments below. > > >

[Qemu-devel] Re: [RFC v0 00/15] QEMU Monitor Protocol

2009-11-22 Thread Avi Kivity
On 11/19/2009 06:47 PM, Luiz Capitulino wrote: Can you post a capture of a few monitor commands through the new protocol? Here goes, it's a telnet session: Looks really good, some comments below. """ {"QMP": {"capabilities": []}} { "execute": "info", "arguments": { "item": "ba

[Qemu-devel] Re: [RFC v0 00/15] QEMU Monitor Protocol

2009-11-19 Thread Luiz Capitulino
On Thu, 19 Nov 2009 17:20:30 +0200 Avi Kivity wrote: > On 11/19/2009 05:13 PM, Luiz Capitulino wrote: > > Hi, > > > > This is not stable yet, it has a few bugs and a number of things to > > be done, but I'm sending it now so that it can get an initial review > > while I'm working on it. > > >

[Qemu-devel] Re: [RFC v0 00/15] QEMU Monitor Protocol

2009-11-19 Thread Avi Kivity
On 11/19/2009 05:13 PM, Luiz Capitulino wrote: Hi, This is not stable yet, it has a few bugs and a number of things to be done, but I'm sending it now so that it can get an initial review while I'm working on it. At the end of the series there are two simple Python scripts which are able