Re: [libvirt] [PATCH 00/27] Refactor QEMU monitor command handling

2009-09-29 Thread Daniel Veillard
On Thu, Sep 24, 2009 at 04:00:02PM +0100, Daniel P. Berrange wrote: In the QEMU driver source code the methods which talk to the QEMU monitor currently all just call qemudMonitorCommand() directly with the raw command string, and then parse the raw reply. In the not too distant future QEMU

Re: [libvirt] [PATCH 00/27] Refactor QEMU monitor command handling

2009-09-29 Thread Daniel P. Berrange
On Tue, Sep 29, 2009 at 12:12:23PM +0200, Daniel Veillard wrote: On Thu, Sep 24, 2009 at 04:00:02PM +0100, Daniel P. Berrange wrote: In the QEMU driver source code the methods which talk to the QEMU monitor currently all just call qemudMonitorCommand() directly with the raw command string,

Re: [libvirt] [PATCH 00/27] Refactor QEMU monitor command handling

2009-09-28 Thread Mark McLoughlin
On Thu, 2009-09-24 at 16:00 +0100, Daniel P. Berrange wrote: This patch series is soo large, because I did it in many small steps, one command at a time. I wouldn't apologize for there being so many patches ... it makes it easier to review. In fact, I'd have gone further - there are a

[libvirt] [PATCH 00/27] Refactor QEMU monitor command handling

2009-09-24 Thread Daniel P. Berrange
In the QEMU driver source code the methods which talk to the QEMU monitor currently all just call qemudMonitorCommand() directly with the raw command string, and then parse the raw reply. In the not too distant future QEMU is introducing a new machine parsable monitor syntax. With the current way