Re: [libvirt] [PATCH v3 07/11] qemu: Introduce QEMU_DOMAIN_JOB_STATS_TYPE_SAVEDUMP

2018-02-02 Thread Jiri Denemark
On Mon, Jan 29, 2018 at 11:32:05 -0500, John Ferlan wrote: > Add a TYPE_SAVEDUMP so that when coalescing stats for a save or > dump we don't needlessly try to get the mirror stats for a migration. > Other conditions can still use MIGRATION and SAVEDUMP interchangably > including usage of the @migSt

[libvirt] [PATCH v3 07/11] qemu: Introduce QEMU_DOMAIN_JOB_STATS_TYPE_SAVEDUMP

2018-01-29 Thread John Ferlan
Add a TYPE_SAVEDUMP so that when coalescing stats for a save or dump we don't needlessly try to get the mirror stats for a migration. Other conditions can still use MIGRATION and SAVEDUMP interchangably including usage of the @migStats field to fetch/store the data. Signed-off-by: John Ferlan ---