Re: [libvirt] [PATCH 03/20] drivers: prefer unsigned int for flags

2011-07-07 Thread Matthias Bolte
2011/7/7 Eric Blake : > On 07/06/2011 09:07 PM, Daniel Veillard wrote: >> On Wed, Jul 06, 2011 at 05:23:46PM -0600, Eric Blake wrote: >>> Now that the public APIs always use unsigned flags, the internal >>> driver callbacks might as well do likewise. >>> > >>>  struct remote_nwfilter_get_xml_desc_a

Re: [libvirt] [PATCH 03/20] drivers: prefer unsigned int for flags

2011-07-07 Thread Eric Blake
On 07/06/2011 09:07 PM, Daniel Veillard wrote: > On Wed, Jul 06, 2011 at 05:23:46PM -0600, Eric Blake wrote: >> Now that the public APIs always use unsigned flags, the internal >> driver callbacks might as well do likewise. >> >> struct remote_nwfilter_get_xml_desc_args { >> remote_nonnu

Re: [libvirt] [PATCH 03/20] drivers: prefer unsigned int for flags

2011-07-06 Thread Daniel Veillard
On Wed, Jul 06, 2011 at 05:23:46PM -0600, Eric Blake wrote: > Now that the public APIs always use unsigned flags, the internal > driver callbacks might as well do likewise. > > * src/driver.h (vrDrvOpen, virDrvDomainCoreDump) > (virDrvDomainGetXMLDesc, virDrvNetworkGetXMLDesc) > (virDrvNWFilterGet

[libvirt] [PATCH 03/20] drivers: prefer unsigned int for flags

2011-07-06 Thread Eric Blake
Now that the public APIs always use unsigned flags, the internal driver callbacks might as well do likewise. * src/driver.h (vrDrvOpen, virDrvDomainCoreDump) (virDrvDomainGetXMLDesc, virDrvNetworkGetXMLDesc) (virDrvNWFilterGetXMLDesc): Update type. * src/remote/remote_protocol.x (remote_open_args)