Re: [Libvir] PATCH: Add missing APIs to python binding

2008-01-21 Thread Daniel P. Berrange
On Mon, Jan 21, 2008 at 09:29:12AM -0500, Daniel Veillard wrote: > On Mon, Jan 21, 2008 at 02:26:36PM +, Daniel P. Berrange wrote: > > On Mon, Jan 21, 2008 at 09:02:09AM -0500, Daniel Veillard wrote: > > > On Mon, Jan 21, 2008 at 01:58:07PM +, Daniel P. Berrange wrote: > > > > On Mon, Jan 2

Re: [Libvir] PATCH: Add missing APIs to python binding

2008-01-21 Thread Daniel Veillard
On Mon, Jan 21, 2008 at 02:26:36PM +, Daniel P. Berrange wrote: > On Mon, Jan 21, 2008 at 09:02:09AM -0500, Daniel Veillard wrote: > > On Mon, Jan 21, 2008 at 01:58:07PM +, Daniel P. Berrange wrote: > > > On Mon, Jan 21, 2008 at 04:04:46AM -0500, Daniel Veillard wrote: > > > > On Sun, Jan 2

Re: [Libvir] PATCH: Add missing APIs to python binding

2008-01-21 Thread Daniel P. Berrange
On Mon, Jan 21, 2008 at 09:02:09AM -0500, Daniel Veillard wrote: > On Mon, Jan 21, 2008 at 01:58:07PM +, Daniel P. Berrange wrote: > > On Mon, Jan 21, 2008 at 04:04:46AM -0500, Daniel Veillard wrote: > > > On Sun, Jan 20, 2008 at 05:23:46PM +, Daniel P. Berrange wrote: > > > > The python bi

Re: [Libvir] PATCH: Add missing APIs to python binding

2008-01-21 Thread Richard W.M. Jones
Daniel Veillard wrote: Well, docs/libvirt-api.xml is automatically generated from the headers (and C modules), but python/libvirt-python-api.xml is manually created to describe similar input but for the functions where the C binding is done manually. This allows the generator to plug them at th

Re: [Libvir] PATCH: Add missing APIs to python binding

2008-01-21 Thread Daniel Veillard
On Mon, Jan 21, 2008 at 01:58:07PM +, Daniel P. Berrange wrote: > On Mon, Jan 21, 2008 at 04:04:46AM -0500, Daniel Veillard wrote: > > On Sun, Jan 20, 2008 at 05:23:46PM +, Daniel P. Berrange wrote: > > > The python binding is missing all the APIs relating to CPU pinning and > > > schedular

Re: [Libvir] PATCH: Add missing APIs to python binding

2008-01-21 Thread Daniel P. Berrange
On Mon, Jan 21, 2008 at 04:04:46AM -0500, Daniel Veillard wrote: > On Sun, Jan 20, 2008 at 05:23:46PM +, Daniel P. Berrange wrote: > > The python binding is missing all the APIs relating to CPU pinning and > > schedular parameters because they are too hard for the generator to manage. > [...] >

Re: [Libvir] PATCH: Add missing APIs to python binding

2008-01-21 Thread Daniel Veillard
On Sun, Jan 20, 2008 at 05:23:46PM +, Daniel P. Berrange wrote: > The python binding is missing all the APIs relating to CPU pinning and > schedular parameters because they are too hard for the generator to manage. [...] > The generator fails on the C code part of the bindings completely, so th