Re: [Libvir] Generate python binding for network APIs

2007-03-09 Thread Mark McLoughlin
On Fri, 2007-03-09 at 01:42 +, Daniel P. Berrange wrote: > I was about to make use of the new networking APIs in > virt-manager/virt-install > when I discovered we don't have any python binding for it. Attached is the > quickest patch I could write to support it I've only glanced at i

Re: [Libvir] Generate python binding for network APIs

2007-03-09 Thread Daniel P. Berrange
On Fri, Mar 09, 2007 at 04:24:34AM -0500, Daniel Veillard wrote: > On Fri, Mar 09, 2007 at 01:42:29AM +, Daniel P. Berrange wrote: > > I was about to make use of the new networking APIs in > > virt-manager/virt-install > > when I discovered we don't have any python binding for it. Attached is

Re: [Libvir] Generate python binding for network APIs

2007-03-09 Thread Daniel Veillard
On Fri, Mar 09, 2007 at 01:42:29AM +, Daniel P. Berrange wrote: > I was about to make use of the new networking APIs in > virt-manager/virt-install > when I discovered we don't have any python binding for it. Attached is the > quickest patch I could write to support it - I basically copied all

[Libvir] Generate python binding for network APIs

2007-03-08 Thread Daniel P. Berrange
I was about to make use of the new networking APIs in virt-manager/virt-install when I discovered we don't have any python binding for it. Attached is the quickest patch I could write to support it - I basically copied all the virDomain related bits & s/Domain/Network/ throughout. A simple demo scr