]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Add infrastructure for statistics of a backup job
authorPeter Krempa <pkrempa@redhat.com>
Fri, 22 Nov 2019 16:30:05 +0000 (17:30 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 10 Dec 2019 11:41:57 +0000 (12:41 +0100)
commitfed2cb487bed0ab108b3978ec518f3da16737bd7
treeff00c2f0a9f8907d7ede50f2d0f00b59ec28dbf3
parentc15b0cd6012099436b5d100285538e790e474d3e
qemu: Add infrastructure for statistics of a backup job

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@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_driver.c