]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: driver: Report error if pivoting fails in qemuDomainBlockJobAbort
authorPeter Krempa <pkrempa@redhat.com>
Thu, 18 Jul 2019 16:31:40 +0000 (18:31 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 25 Jul 2019 11:21:32 +0000 (13:21 +0200)
commit4ed4e3577255acc590caf1ed9e84827d68223f7f
treeb22fd8a3a60c3c1149bed3ba52f0c2f3a7d3664d
parent700577965322672e5213a37f734ede04ad914678
qemu: driver: Report error if pivoting fails in qemuDomainBlockJobAbort

As the error message is now available and we know whether the job failed
we can report an error straight away rather than having the user check
the event.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_driver.c