Re: [libvirt] [PATCH 6/7] Fix sign mismatches between public API, driver API and XDR protocol

2011-05-25 Thread Daniel P. Berrange
On Mon, May 23, 2011 at 07:36:09PM +0200, Matthias Bolte wrote: > In most cases this affects flags parameters that are unsigned in the > public and driver API but signed in the XDR protocol. Switch the > XDR protocol to unsigned for those. > > A counterexample is virNWFilterGetXMLDesc. Its flags p

Re: [libvirt] [PATCH 6/7] Fix sign mismatches between public API, driver API and XDR protocol

2011-05-25 Thread Daniel P. Berrange
On Mon, May 23, 2011 at 07:36:09PM +0200, Matthias Bolte wrote: > In most cases this affects flags parameters that are unsigned in the > public and driver API but signed in the XDR protocol. Switch the > XDR protocol to unsigned for those. > > A counterexample is virNWFilterGetXMLDesc. Its flags p

[libvirt] [PATCH 6/7] Fix sign mismatches between public API, driver API and XDR protocol

2011-05-23 Thread Matthias Bolte
In most cases this affects flags parameters that are unsigned in the public and driver API but signed in the XDR protocol. Switch the XDR protocol to unsigned for those. A counterexample is virNWFilterGetXMLDesc. Its flags parameter is signed in the public API and XDR protocol, but unsigned in the