Re: [libvirt] [REBASE PATCH v2 5/9] qemu: Introduce qemuDomainGetJobInfoMigrationStats

2018-01-26 Thread Jiri Denemark
On Fri, Jan 19, 2018 at 14:53:12 -0500, John Ferlan wrote: > Extract out the parts of qemuDomainGetJobStatsInternal that get > the migration stats. We're about to add the ability to get just > dump information. > > Signed-off-by: John Ferlan > --- > src/qemu/qemu_driver.c | 52 > +++

[libvirt] [REBASE PATCH v2 5/9] qemu: Introduce qemuDomainGetJobInfoMigrationStats

2018-01-19 Thread John Ferlan
Extract out the parts of qemuDomainGetJobStatsInternal that get the migration stats. We're about to add the ability to get just dump information. Signed-off-by: John Ferlan --- src/qemu/qemu_driver.c | 52 -- 1 file changed, 33 insertions(+), 19 de