]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuProcessStop: wake up pending sync block jobs
authorMichael Chapman <mike@very.puzzling.org>
Thu, 16 Apr 2015 09:24:21 +0000 (19:24 +1000)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 29 Apr 2015 11:11:42 +0000 (13:11 +0200)
commit1ec03c87725b08a4612435969d7bfcb7b7472861
tree0f3c27bbd09893aad018b60e8343ee631bc7ece2
parent89a5e25d05e76394243bd46b159d5e3ca3d2a233
qemuProcessStop: wake up pending sync block jobs

Other threads may be blocked in qemuBlockJobSyncWait. Ensure that
they're woken up when the domain is stopped.

Signed-off-by: Michael Chapman <mike@very.puzzling.org>
src/qemu/qemu_process.c