]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Jump to correct label in qemuDomainPinIOThread
authorPeter Krempa <pkrempa@redhat.com>
Thu, 18 Jun 2015 13:29:20 +0000 (15:29 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 18 Jun 2015 13:29:20 +0000 (15:29 +0200)
commit99e4c1d6fd4957033d60ce365f324d90dd878a82
tree338a39ccb16ef9404936941914f8e55b6d43a01b
parentdd03d77309e730c6a715aaca84b0a62566acb10f
qemu: Jump to correct label in qemuDomainPinIOThread

If virDomainObjGetDefs used in qemuDomainPinIOThread would fail the code
would jump to the 'cleanup' label after acquiring the job, thus the VM
would be locked forever.

Introduced in commit cac6d639.
src/qemu/qemu_driver.c