Re: [libvirt] [PATCH 09/21] qemu: Add infrastructure for statistics of a backup job

2019-11-27 Thread Eric Blake
On 11/26/19 3:39 PM, Peter Krempa wrote: Introduce QEMU_DOMAIN_JOB_STATS_TYPE_BACKUP and the convertors and other plumbing to be able to report statistics for the backup job. Signed-off-by: Peter Krempa --- Reviewed-by: Eric Blake -- Eric Blake, Principal Software Engineer Red Hat, Inc.

[libvirt] [PATCH 09/21] qemu: Add infrastructure for statistics of a backup job

2019-11-26 Thread Peter Krempa
Introduce QEMU_DOMAIN_JOB_STATS_TYPE_BACKUP and the convertors and other plumbing to be able to report statistics for the backup job. Signed-off-by: Peter Krempa --- src/qemu/qemu_domain.c | 62 ++ src/qemu/qemu_domain.h | 10 +++ src/qemu/qemu_driver.