Re: [libvirt] [RFC PATCH 4/5] Qemu implementation of qemuMonitorCommand.

2010-04-14 Thread Daniel P. Berrange
It'd be good if you could split this patch in two parts - one doing the monitor command stuff, and one doing the XML extensions - since they're functionally independent of each other. On Tue, Apr 13, 2010 at 02:36:49PM -0400, Chris Lalancette wrote: @@ -4593,6 +4596,31 @@ int

[libvirt] [RFC PATCH 4/5] Qemu implementation of qemuMonitorCommand.

2010-04-13 Thread Chris Lalancette
Signed-off-by: Chris Lalancette clala...@redhat.com --- src/qemu/qemu_conf.c | 28 ++ src/qemu/qemu_conf.h |6 ++ src/qemu/qemu_driver.c | 190 -- src/qemu/qemu_monitor.c | 14 +++ src/qemu/qemu_monitor.h |2