Re: [libvirt] [PATCH 03/11] qemu: Implement the ability to return IOThread stats

2018-10-19 Thread Michal Privoznik
On 10/07/2018 03:00 PM, John Ferlan wrote: > 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 > --- > include/libvirt/libvirt-domain

[libvirt] [PATCH 03/11] qemu: Implement the ability to return IOThread stats

2018-10-07 Thread John Ferlan
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 --- include/libvirt/libvirt-domain.h | 1 + src/libvirt-domain.c | 38