Re: [libvirt] [REPOST PATCH v2 02/12] qemu: Split qemuDomainGetIOThreadsLive

2018-11-15 Thread John Ferlan
On 11/15/18 4:55 AM, Michal Privoznik wrote: > On 11/05/2018 01:58 PM, John Ferlan wrote: >> 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. >> >>

Re: [libvirt] [REPOST PATCH v2 02/12] qemu: Split qemuDomainGetIOThreadsLive

2018-11-15 Thread Michal Privoznik
On 11/05/2018 01:58 PM, John Ferlan wrote: > 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 > --- > src/qemu/qemu_driver.c |

[libvirt] [REPOST PATCH v2 02/12] qemu: Split qemuDomainGetIOThreadsLive

2018-11-05 Thread John Ferlan
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 --- src/qemu/qemu_driver.c | 48 ++ 1 file