[libvirt] [PATCHv3 4/5] qemu: Implement bulk stats API and one of the stats groups to return

2014-08-27 Thread Peter Krempa
Implement the API function for virDomainListGetStats and virConnectGetAllDomainStats in a modular way and implement the VIR_DOMAIN_STATS_STATE group of statistics. Although it may look like the function looks universal I'd rather not expose it to other drivers as the comming stats groups are

Re: [libvirt] [PATCHv3 4/5] qemu: Implement bulk stats API and one of the stats groups to return

2014-08-27 Thread Eric Blake
On 08/27/2014 12:25 PM, Peter Krempa wrote: Implement the API function for virDomainListGetStats and virConnectGetAllDomainStats in a modular way and implement the VIR_DOMAIN_STATS_STATE group of statistics. Although it may look like the function looks universal I'd rather not expose it to