]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Split qemuDomainGetIOThreadsLive
authorJohn Ferlan <jferlan@redhat.com>
Wed, 3 Oct 2018 12:48:30 +0000 (08:48 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 19 Nov 2018 12:26:40 +0000 (07:26 -0500)
commit212dc9286a293467cd23a88f269fc1b72c5edca1
tree370f4c52fd024eb7260dcd2f8e22dc5dddaba007
parentd1c1f2c2f5bd0693336cb31a0dd278d5b50820fc
qemu: Split qemuDomainGetIOThreadsLive

Separate out the fetch of the IOThread monitor call into a separate
helper so that a subsequent domain statistics change can fetch the raw
IOThread data and parse it as it sees fit.

Signed-off-by: John Ferlan <jferlan@redhat.com>
ACKed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_driver.c