[libvirt] [PATCHv2 52/62] qemu: Extract exporting of disk block statistics

2018-08-13 Thread Peter Krempa
Split out the code which converts the stats gathered in qemuDomainGetStatsBlock into typed parameters so that it will look less ugly when extending it. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 73 +- 1 file changed, 49 insertions(+)

Re: [libvirt] [PATCHv2 52/62] qemu: Extract exporting of disk block statistics

2018-08-17 Thread Ján Tomko
On Mon, Aug 13, 2018 at 06:00:26PM +0200, Peter Krempa wrote: Split out the code which converts the stats gathered in qemuDomainGetStatsBlock into typed parameters so that it will look less ugly when extending it. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 73 +