Re: [libvirt] [PATCH 09/34] virsh: cpu-stats: Remove unneeded flags

2016-01-19 Thread Pavel Hrdina
On Thu, Jan 14, 2016 at 05:26:57PM +0100, Peter Krempa wrote: > virDomainGetCPUStats doesn't support flags so there's no need to carry > the 'flags' variable around. Additionally since the API is poorly > designed I doubt that it will be extended. > --- > tools/virsh-domain.c | 11 +-- >

[libvirt] [PATCH 09/34] virsh: cpu-stats: Remove unneeded flags

2016-01-14 Thread Peter Krempa
virDomainGetCPUStats doesn't support flags so there's no need to carry the 'flags' variable around. Additionally since the API is poorly designed I doubt that it will be extended. --- tools/virsh-domain.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git