On Wed, Jul 17, 2019 at 04:30:50PM +0200, Peter Krempa wrote:
Now that the blockjob handling code deals with the status XML we
don't
need to save it explicitly when starting blockjobs.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
Note that this depends now on:
https://www.redhat.com/archives/libvir-list/2019-July/msg01088.html
Or fetch the whole updated series (due to a trivial rebase conflict) at:
git fetch
https://gitlab.com/pipo.sk/libvirt.git job-tracking-send-2
v2: - fixes qemuBlockJobEventProcessLegacy
src/qemu/qemu_blockjob.c | 5 +----
src/qemu/qemu_driver.c | 15 ---------------
2 files changed, 1 insertion(+), 19 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano