[PATCH 0/8] qemu: Report proper stats when a backup job is running

Michal Prívozník mprivozn at redhat.com
Wed Oct 20 09:13:15 UTC 2021


On 10/19/21 4:43 PM, Peter Krempa wrote:
> Patch 1 fixes the bug this series is about, patch 2 fixes same thing in
> the bulk stats. Patches 3-6 remove some pointless cleanup sections and
> patches 7-8 remove the 'backingChain' argument as we always want to
> fetch all stats.
> 
> Peter Krempa (8):
>   qemuDomainBlocksStatsGather: Always fetch stats for the full backing
>     chain
>   qemuDomainGetStatsBlock: Always fetch stats for the full backing chain
>   qemuMonitorJSONBlockStatsUpdateCapacity: Refactor cleanup
>   qemuMonitorJSONBlockStatsUpdateCapacityOne: Refactor cleanup
>   qemuDomainGetStatsBlock: Refactor cleanup
>   qemuMonitorJSONQueryBlockstats: Refactor cleanup
>   qemuMonitorGetAllBlockStatsInfo: Remove 'backingChain' argument
>   qemuMonitorBlockStatsUpdateCapacity: Remove 'backingChain' argument
> 
>  src/qemu/qemu_driver.c           | 31 ++++++-------
>  src/qemu/qemu_migration_cookie.c |  2 +-
>  src/qemu/qemu_monitor.c          | 20 +++------
>  src/qemu/qemu_monitor.h          |  6 +--
>  src/qemu/qemu_monitor_json.c     | 74 +++++++++++---------------------
>  src/qemu/qemu_monitor_json.h     |  6 +--
>  tests/qemumonitorjsontest.c      |  2 +-
>  7 files changed, 48 insertions(+), 93 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn at redhat.com>

Michal




More information about the libvir-list mailing list