Re: [libvirt] PATCH: Impl python bindings for virInterface

2009-05-21 Thread Daniel Veillard
On Wed, May 20, 2009 at 05:45:36PM +0100, Daniel P. Berrange wrote: We forgot that adding the virInterface APIs would break the build of the python bindings. Here is the patch to wire up the code generator for the new APIs. This is actually surprisingly easy, since we ditched the raw unsigned

Re: [libvirt] PATCH: Impl python bindings for virInterface

2009-05-21 Thread Laine Stump
On 05/21/2009 03:49 AM, Daniel Veillard wrote: On Wed, May 20, 2009 at 05:45:36PM +0100, Daniel P. Berrange wrote: We forgot that adding the virInterface APIs would break the build of the python bindings. Here is the patch to wire up the code generator for the new APIs. This is actually

Re: [libvirt] PATCH: Impl python bindings for virInterface

2009-05-21 Thread Daniel P. Berrange
On Thu, May 21, 2009 at 10:09:08AM -0400, Laine Stump wrote: On 05/21/2009 03:49 AM, Daniel Veillard wrote: On Wed, May 20, 2009 at 05:45:36PM +0100, Daniel P. Berrange wrote: We forgot that adding the virInterface APIs would break the build of the python bindings. Here is the patch to

[libvirt] PATCH: Impl python bindings for virInterface

2009-05-20 Thread Daniel P. Berrange
We forgot that adding the virInterface APIs would break the build of the python bindings. Here is the patch to wire up the code generator for the new APIs. This is actually surprisingly easy, since we ditched the raw unsigned char MAC address APIs, no special cases were needed. Daniel Index: