Re: [Libvir] [PATCH] #4: Change interface between xen_unified & its underlying drivers

2007-07-04 Thread Daniel Veillard
On Wed, Jul 04, 2007 at 12:21:18PM +0100, Richard W.M. Jones wrote: > Daniel Veillard wrote: > >On Wed, Jul 04, 2007 at 05:24:03AM +0100, Daniel P. Berrange wrote: > >>On Tue, Jul 03, 2007 at 04:19:13PM +0100, Richard W.M. Jones wrote: > >>>This patch starts by removing the id, name and version fie

Re: [Libvir] [PATCH] #4: Change interface between xen_unified & its underlying drivers

2007-07-04 Thread Richard W.M. Jones
Daniel Veillard wrote: On Wed, Jul 04, 2007 at 05:24:03AM +0100, Daniel P. Berrange wrote: On Tue, Jul 03, 2007 at 04:19:13PM +0100, Richard W.M. Jones wrote: This patch starts by removing the id, name and version fields from virDriver. It also removes getMaxVcpus and the domainLookup* fields,

Re: [Libvir] [PATCH] #4: Change interface between xen_unified & its underlying drivers

2007-07-04 Thread Daniel Veillard
On Wed, Jul 04, 2007 at 05:24:03AM +0100, Daniel P. Berrange wrote: > On Tue, Jul 03, 2007 at 04:19:13PM +0100, Richard W.M. Jones wrote: > > > > This patch starts by removing the id, name and version fields from > > virDriver. > > > > It also removes getMaxVcpus and the domainLookup* fields, whi

Re: [Libvir] [PATCH] #4: Change interface between xen_unified & its underlying drivers

2007-07-03 Thread Daniel P. Berrange
On Tue, Jul 03, 2007 at 04:19:13PM +0100, Richard W.M. Jones wrote: > > This patch starts by removing the id, name and version fields from > virDriver. > > It also removes getMaxVcpus and the domainLookup* fields, which will > make more sense when you see patches #6 and #7 in this series. Yes, i

[Libvir] [PATCH] #4: Change interface between xen_unified & its underlying drivers

2007-07-03 Thread Richard W.M. Jones
If you recall the current driver model, which looks like this: libvirt.c | (virDriver) | V + xen_unified.c | (virDriver) | V + xen_internal.c |