]> xenbits.xensource.com Git - libvirt.git/commit
qemu_driver: add new stats worker qemuDomainGetStatsVm
authorAmneesh Singh <natto@weirdnatto.in>
Wed, 7 Sep 2022 10:34:23 +0000 (16:04 +0530)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 19 Oct 2022 13:58:29 +0000 (15:58 +0200)
commit8c9e3dae14293b4473e9e87d74fe52b624f33ed9
treeb335cfa2a76f291b05ab460fbece80d72b3e8ef5
parent0f867a383129bd4cfc61d5365889d8c4d865ce24
qemu_driver: add new stats worker qemuDomainGetStatsVm

This patch adds a new worker qemuDomainGetStatsVm which reports the
stats returned by "query-stats" via qemuMonitorQueryStats for the VM
target.

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
include/libvirt/libvirt-domain.h
src/libvirt-domain.c
src/qemu/qemu_driver.c
tools/virsh-domain-monitor.c