]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_domain: add statsSchema to qemuDomainObjPrivate
authorAmneesh Singh <natto@weirdnatto.in>
Wed, 7 Sep 2022 10:34:20 +0000 (16:04 +0530)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 19 Oct 2022 13:58:29 +0000 (15:58 +0200)
commit08af53dcaaa08f7722661a3fe0a6f9e5579f843e
treefadf07dc11ae660f12a9dfab32806139149612fc
parent415f8b22332c0cfe606b05736e47b8573e7b3c79
qemu_domain: add statsSchema to qemuDomainObjPrivate

This patch adds a hashtable for storing the stats schema and a function
to refresh it by querying "query-stats-schemas" using
qemuMonitorQueryStatsSchema

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h