Re: [libvirt] [PATCH 06/11] qemu: backup: Properly propagate async job type when cancelling the job

2019-12-20 Thread Daniel P . Berrangé
On Fri, Dec 20, 2019 at 02:25:24PM +0100, Peter Krempa wrote: > When cancelling the blockjobs as part of failed backup job startup > recover we didn't pass in the correct async job type. Luckily the block > job handler and cancellation code paths use no block job at all > currently so those were

[libvirt] [PATCH 06/11] qemu: backup: Properly propagate async job type when cancelling the job

2019-12-20 Thread Peter Krempa
When cancelling the blockjobs as part of failed backup job startup recover we didn't pass in the correct async job type. Luckily the block job handler and cancellation code paths use no block job at all currently so those were correct. Signed-off-by: Peter Krempa --- src/qemu/qemu_backup.c |