]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuDomainBlockJobAbort: use sync block job helpers
authorMichael Chapman <mike@very.puzzling.org>
Thu, 16 Apr 2015 09:24:22 +0000 (19:24 +1000)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 29 Apr 2015 11:11:42 +0000 (13:11 +0200)
commit1e106fee577c39b626e15dc577b9cc33ef1faed1
treefff5e4d69d137106f2c667915268752862b98431
parent1ec03c87725b08a4612435969d7bfcb7b7472861
qemuDomainBlockJobAbort: use sync block job helpers

The !modern code path needs to call qemuBlockJobEventProcess directly.
the modern code path will call it via qemuBlockJobSyncWait.

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