[libvirt] [PATCHv4 6/8] qemu: bulk stats: implement block group

2014-09-12 Thread Francesco Romani
This patch implements the VIR_DOMAIN_STATS_BLOCK group of statistics. To do so, an helper function to get the block stats of all the disks of a domain is added. Signed-off-by: Francesco Romani --- include/libvirt/libvirt.h.in | 1 + src/libvirt.c| 20 +++ src/qemu/qemu_dr

Re: [libvirt] [PATCHv4 6/8] qemu: bulk stats: implement block group

2014-09-12 Thread Peter Krempa
On 09/12/14 13:48, Francesco Romani wrote: > This patch implements the VIR_DOMAIN_STATS_BLOCK > group of statistics. > > To do so, an helper function to get the block stats > of all the disks of a domain is added. > > Signed-off-by: Francesco Romani > --- > include/libvirt/libvirt.h.in | 1 +

Re: [libvirt] [PATCHv4 6/8] qemu: bulk stats: implement block group

2014-09-12 Thread Francesco Romani
- Original Message - > From: "Peter Krempa" > To: "Francesco Romani" , libvir-list@redhat.com > Sent: Friday, September 12, 2014 3:56:06 PM > Subject: Re: [libvirt] [PATCHv4 6/8] qemu: bulk stats: implement block group > > On 09/12/14 13:48,