Re: [libvirt] [PATCH 04/15] Move code for low level QEMU monitor interaction into separate file

2009-11-04 Thread Daniel Veillard
On Tue, Nov 03, 2009 at 02:49:58PM -0500, Daniel P. Berrange wrote: The qemu_driver.c code should not contain any code that interacts with the QEMU monitor at a low level. A previous commit moved all the command invocations out. This change moves out the code which actually opens the monitor

[libvirt] [PATCH 04/15] Move code for low level QEMU monitor interaction into separate file

2009-11-03 Thread Daniel P. Berrange
The qemu_driver.c code should not contain any code that interacts with the QEMU monitor at a low level. A previous commit moved all the command invocations out. This change moves out the code which actually opens the monitor device. * src/qemu/qemu_driver.c: Remove qemudOpenMonitor methods