]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Fix monitor unlocking in some error paths
authorJiri Denemark <jdenemar@redhat.com>
Mon, 4 Jul 2011 14:35:03 +0000 (16:35 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 12 Jul 2011 23:53:32 +0000 (01:53 +0200)
commita23476f0db7d8d714237fc9a6a6466f44ba372b1
tree9416faf85e7cc70558a391e2bb4fc9bf37b557f1
parent307656b48af2fb9f68bd444c0fea16396072027b
qemu: Fix monitor unlocking in some error paths

When monitor is entered with qemuDomainObjEnterMonitorWithDriver, the
correct method for leaving and unlocking the monitor is
qemuDomainObjExitMonitorWithDriver.
src/qemu/qemu_hotplug.c