]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove need to pass in a virDomainObjPtr instance to qemuMonitorOpen
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 28 Sep 2012 14:26:36 +0000 (15:26 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 28 Sep 2012 15:50:51 +0000 (16:50 +0100)
commit8e122c2cdf79e3b74a7e6e81564045e05b51541e
tree5ec0100255da7b368169a4642488d255d372999f
parent72574808d6ab06d7093f3695c0ba6e14616adea5
Remove need to pass in a virDomainObjPtr instance to qemuMonitorOpen

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 <berrange@redhat.com>
src/qemu/qemu_monitor.c