Re: [libvirt] [PATCH v2 22/25] qemu: driver: Allow cancellation of the backup job

2019-12-09 Thread Eric Blake
On 12/3/19 11:17 AM, Peter Krempa wrote: Use the helper which cancels all blockjobs to perform the backup job cancellation in qemuDomainAbortJob. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) Reviewed-by: Eric

Re: [libvirt] [PATCH v2 22/25] qemu: driver: Allow cancellation of the backup job

2019-12-09 Thread Ján Tomko
On Thu, Dec 05, 2019 at 02:18:38PM +0100, Peter Krempa wrote: On Wed, Dec 04, 2019 at 11:20:55 +, Daniel Berrange wrote: On Tue, Dec 03, 2019 at 06:17:44PM +0100, Peter Krempa wrote: > Use the helper which cancels all blockjobs to perform the backup job > cancellation in qemuDomainAbortJob.

Re: [libvirt] [PATCH v2 22/25] qemu: driver: Allow cancellation of the backup job

2019-12-05 Thread Peter Krempa
On Wed, Dec 04, 2019 at 11:20:55 +, Daniel Berrange wrote: > On Tue, Dec 03, 2019 at 06:17:44PM +0100, Peter Krempa wrote: > > Use the helper which cancels all blockjobs to perform the backup job > > cancellation in qemuDomainAbortJob. > > > > Signed-off-by: Peter Krempa > > --- > > src/qemu

Re: [libvirt] [PATCH v2 22/25] qemu: driver: Allow cancellation of the backup job

2019-12-04 Thread Daniel P . Berrangé
On Tue, Dec 03, 2019 at 06:17:44PM +0100, Peter Krempa wrote: > Use the helper which cancels all blockjobs to perform the backup job > cancellation in qemuDomainAbortJob. > > Signed-off-by: Peter Krempa > --- > src/qemu/qemu_driver.c | 15 ++- > 1 file changed, 10 insertions(+), 5 de

[libvirt] [PATCH v2 22/25] qemu: driver: Allow cancellation of the backup job

2019-12-03 Thread Peter Krempa
Use the helper which cancels all blockjobs to perform the backup job cancellation in qemuDomainAbortJob. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c ind