On 9/4/26 12:23, Jedrzej Wasiukiewicz wrote:
Fix two independent inconsistencies in resctrl monitor domstats reporting. The first patch reports the actual resctrl monitor group name instead of its internal ID. The second avoids reporting a zero cache monitor count when no cache monitor data is available, matching the memory bandwidth and energy collectors.
These patches were previously posted as part of the whole-process resctrl series:
https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/QFXZZ...
Changes since v1: - Split the independent fixes from the whole-process feature series. - Rebased onto current master. - Added Christopher's Reviewed-by. - Limited the domstats cleanup to the independent cache monitor fix. whole-process vCPU reporting remains in the feature series.
Jedrzej Wasiukiewicz (2): qemu: fix resctrl monitor stats reporting the wrong group name qemu: omit empty cache monitor domstats
src/libvirt_private.syms | 1 + src/qemu/qemu_driver.c | 5 ++++- src/util/virresctrl.c | 10 ++++++++++ src/util/virresctrl.h | 3 +++ 4 files changed, 18 insertions(+), 1 deletion(-)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> and merged. Michal