]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Re-add driver unlock to qemuDomainSendKey
authorViktor Mihajlovski <mihajlov@linux.vnet.ibm.com>
Wed, 23 Jan 2013 13:55:15 +0000 (14:55 +0100)
committerEric Blake <eblake@redhat.com>
Wed, 23 Jan 2013 22:01:07 +0000 (15:01 -0700)
commit7b3a9f754ee26c6f60addb77e6ab2ac6bdcb64a6
treed0966b6e561b7d8a4887c52faa951b7f9f0e4189
parentbf62e9953c3dde35551a0c2a91d30a294516609a
qemu: Re-add driver unlock to qemuDomainSendKey

Should have been done in commit 56fd513 already, but was missed
due to oversight: qemuDomainSendKey didn't release the driver lock
in its cleanup section. This fixes an issue introduced by commit
8c5d2ba.

Signed-off-by: Viktor Mihajlovski <mihajlov@linux.vnet.ibm.com>
src/qemu/qemu_driver.c