
17 Jul
2019
17 Jul
'19
5:29 p.m.
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@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@redhat.com> Jano