Re: [libvirt] [PATCH 2/6] virDomain{Get, Set}PerfEvents: Add @flags argument

2016-03-31 Thread Peter Krempa
On Thu, Mar 31, 2016 at 07:28:57 +0200, Michal Privoznik wrote: > I've noticed that these APIs are missing @flags argument. Even > though we don't have a use for them, it's our policy that every > new API must have @flags. > > Signed-off-by: Michal Privoznik > --- > daemon/remote.c

[libvirt] [PATCH 2/6] virDomain{Get, Set}PerfEvents: Add @flags argument

2016-03-30 Thread Michal Privoznik
I've noticed that these APIs are missing @flags argument. Even though we don't have a use for them, it's our policy that every new API must have @flags. Signed-off-by: Michal Privoznik --- daemon/remote.c | 2 +- include/libvirt/libvirt-domain.h | 6 -- src/driver-hypervis