Re: [libvirt] [PATCH v3 5/5] Update the remote API

2012-08-15 Thread Daniel P. Berrange
On Fri, Aug 03, 2012 at 11:18:58AM -0300, Marcelo Cerri wrote: > Thist patch updates libvirt's API to allow applications to inspect the > full list of security labels of a domain. > > Signed-off-by: Marcelo Cerri > --- > daemon/remote.c | 63 >

Re: [libvirt] [PATCH v3 5/5] Update the remote API

2012-08-14 Thread Eric Blake
On 08/14/2012 02:19 PM, Marcelo Cerri wrote: > Hi Michal, > > I'm updating the patch series, but I have a few questions below: > > On 08/06/2012 10:29 AM, Michal Privoznik wrote: >> On 03.08.2012 16:18, Marcelo Cerri wrote: >>> ... >>> +LIBVIRT_0.10.1{ >>> +global: >>> +virDomainGet

Re: [libvirt] [PATCH v3 5/5] Update the remote API

2012-08-14 Thread Marcelo Cerri
Hi Michal, I'm updating the patch series, but I have a few questions below: On 08/06/2012 10:29 AM, Michal Privoznik wrote: On 03.08.2012 16:18, Marcelo Cerri wrote: ... +LIBVIRT_0.10.1{ +global: +virDomainGetSecurityLabelList; +} LIBVIRT_0.10.0; + Since 0.10.0 is not out yet,

Re: [libvirt] [PATCH v3 5/5] Update the remote API

2012-08-06 Thread Michal Privoznik
On 03.08.2012 16:18, Marcelo Cerri wrote: > Thist patch updates libvirt's API to allow applications to inspect the > full list of security labels of a domain. > > Signed-off-by: Marcelo Cerri > --- > daemon/remote.c | 63 > include/libvirt/libv

[libvirt] [PATCH v3 5/5] Update the remote API

2012-08-03 Thread Marcelo Cerri
Thist patch updates libvirt's API to allow applications to inspect the full list of security labels of a domain. Signed-off-by: Marcelo Cerri --- daemon/remote.c | 63 include/libvirt/libvirt.h.in |2 + python/generator.py |1 +