On Tue, Dec 03, 2019 at 06:17:33PM +0100, 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 <pkrempa(a)redhat.com>
---
src/qemu/qemu_domain.c | 62 ++++++++++++++++++++++++++++++++++++++++++
src/qemu/qemu_domain.h | 10 +++++++
src/qemu/qemu_driver.c | 4 +++
3 files changed, 76 insertions(+)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano