Re: [libvirt] [PATCH 1/4] Remove need to pass in a virDomainObjPtr instance to qemuMonitorOpen

2012-09-28 Thread Eric Blake
On 09/28/2012 08:58 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > The qemuMonitorOpen method only needs a virDomainObjPtr in order > to access the QEMU pid. This is not critical when detecting the > QEMU capabilties, so can easily be skipped > > Signed-off-by: Daniel P. Berrange

[libvirt] [PATCH 1/4] Remove need to pass in a virDomainObjPtr instance to qemuMonitorOpen

2012-09-28 Thread Daniel P. Berrange
From: "Daniel P. Berrange" The qemuMonitorOpen method only needs a virDomainObjPtr in order to access the QEMU pid. This is not critical when detecting the QEMU capabilties, so can easily be skipped Signed-off-by: Daniel P. Berrange --- src/qemu/qemu_monitor.c | 4 ++-- 1 file changed, 2 inser