]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Implement the ability to return IOThread stats
authorJohn Ferlan <jferlan@redhat.com>
Wed, 3 Oct 2018 12:26:13 +0000 (08:26 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 19 Nov 2018 12:26:40 +0000 (07:26 -0500)
commitd1eac92784573559b6fd56836e33b215c89308e3
tree2204354a7fe98166b8820699b81752e8f02da668
parent212dc9286a293467cd23a88f269fc1b72c5edca1
qemu: Implement the ability to return IOThread stats

Process the IOThreads polling stats if available. Generate the
output params record to be returned to the caller with the three
values - poll-max-ns, poll-grow, and poll-shrink.

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