]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuDomainSendKey: Relax the qemu driver locking
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 24 Jan 2013 09:39:06 +0000 (10:39 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 25 Jan 2013 06:39:19 +0000 (07:39 +0100)
commit2eb54c74ff6dfd82ec090a5e6581bfb1ebb0975d
tree84e0ba6f1a5abc4d1fe30130c85a8b12314befab
parent3dbabd29f52a7cf644fcd636d0fb20632f90a0f4
qemuDomainSendKey: Relax the qemu driver locking

Currently, there is no reason to hold qemu driver locked
throughout whole API execution. Moreover, we can use the
new qemuDomObjFromDomain() internal API to lookup domain then.
src/qemu/qemu_driver.c