]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Document caveats of hypervisor-specific stats in 'VIR_DOMAIN_STATS_VCPU' group v8.10.0-rc2
authorPeter Krempa <pkrempa@redhat.com>
Mon, 28 Nov 2022 16:09:23 +0000 (17:09 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 29 Nov 2022 08:36:10 +0000 (09:36 +0100)
commita421aa76b1b74d6b307b273f902bd929989ab6e5
treea002365c363c45c45bebd5a74075d24df849d9e9
parent47024d7b2a00ea85b30f767407b29ecfd7687245
Document caveats of hypervisor-specific stats in 'VIR_DOMAIN_STATS_VCPU' group

In commit c43718ef67944 I've added a disclaimer that the new stats which
are fetched from qemu and passed directly to the user are not guaranteed
by libvirt. I didn't notice that per-vcpu hypervisor specific stats are
also snuck into the VIR_DOMAIN_STATS_VCPU group along with other
pre-existing stats we do guarantee.

Extend the disclaimer for VIR_DOMAIN_STATS_VCPU too.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
docs/manpages/virsh.rst
src/libvirt-domain.c