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

2009-11-19 Thread Luiz Capitulino
On Thu, 19 Nov 2009 13:13:28 -0200 Luiz Capitulino wrote: > o Not using the stream parser to read the input Just to clarify: this only means that a '\n' is required at the end of input. This series is already capable on reading json input.

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

2009-11-19 Thread Luiz Capitulino
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 to talk to QEMU by using QMP. Main issues are: o