Re: [libvirt] [REBASE PATCH v2 6/9] qemu: Introduce qemuDomainGetJobInfoDumpStats
On Fri, Jan 19, 2018 at 14:53:13 -0500, John Ferlan wrote: > Add an API to allow fetching the Dump statistics for the job > via the qemuDomainGetJobInfo API. > > Signed-off-by: John Ferlan > --- > src/qemu/qemu_driver.c | 56 > -- > 1 file changed
[libvirt] [REBASE PATCH v2 6/9] qemu: Introduce qemuDomainGetJobInfoDumpStats
Add an API to allow fetching the Dump statistics for the job via the qemuDomainGetJobInfo API. Signed-off-by: John Ferlan --- src/qemu/qemu_driver.c | 56 -- 1 file changed, 54 insertions(+), 2 deletions(-) diff --git a/src/qemu/qemu_driver.c b/sr