]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuDomainGetStatsMemoryBandwidth: Don't error out
authorPeter Krempa <pkrempa@redhat.com>
Mon, 17 Feb 2025 12:55:08 +0000 (13:55 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 20 Feb 2025 14:15:41 +0000 (15:15 +0100)
commita0122665c6274163bd87355297bcc6a793875084
tree401fc79da342378cac84f954c4c0692a9e987534
parenta761c44b90367cc62c9ad002fd02b8f19fe847f0
qemuDomainGetStatsMemoryBandwidth: Don't error out

The bulk domain stats API is meant to collect as much data as possible
without erroring out.

If fetching of the memory bandwidth stats fails just skip outputting them.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_driver.c