Re: [libvirt] [PATCH v2 12/25] qemu: domain: Introduce QEMU_ASYNC_JOB_BACKUP async job type

2019-12-09 Thread Ján Tomko
On Tue, Dec 03, 2019 at 06:17:34PM +0100, Peter Krempa wrote: We will want to use the async job infrastructure along with all the APIs and event for the backup job so add the backup job as a new async job type. Signed-off-by: Peter Krempa --- src/qemu/qemu_domain.c| 3 +++

Re: [libvirt] [PATCH v2 12/25] qemu: domain: Introduce QEMU_ASYNC_JOB_BACKUP async job type

2019-12-04 Thread Eric Blake
On 12/3/19 11:17 AM, Peter Krempa wrote: We will want to use the async job infrastructure along with all the APIs and event for the backup job so add the backup job as a new async job type. Signed-off-by: Peter Krempa --- Reviewed-by: Eric Blake -- Eric Blake, Principal Software Engineer

Re: [libvirt] [PATCH v2 12/25] qemu: domain: Introduce QEMU_ASYNC_JOB_BACKUP async job type

2019-12-04 Thread Daniel P . Berrangé
On Tue, Dec 03, 2019 at 06:17:34PM +0100, Peter Krempa wrote: > We will want to use the async job infrastructure along with all the APIs > and event for the backup job so add the backup job as a new async job > type. > > Signed-off-by: Peter Krempa > --- > src/qemu/qemu_domain.c| 3 +++ >

[libvirt] [PATCH v2 12/25] qemu: domain: Introduce QEMU_ASYNC_JOB_BACKUP async job type

2019-12-03 Thread Peter Krempa
We will want to use the async job infrastructure along with all the APIs and event for the backup job so add the backup job as a new async job type. Signed-off-by: Peter Krempa --- src/qemu/qemu_domain.c| 3 +++ src/qemu/qemu_domain.h| 1 + src/qemu/qemu_migration.c | 2 ++