Re: [libvirt] PATCH: 11/14: Change XM driver in-memory objects

2008-07-25 Thread Daniel P. Berrange
On Thu, Jul 24, 2008 at 10:44:18AM -0400, Daniel Veillard wrote: > On Tue, Jul 08, 2008 at 05:40:17PM +0100, Daniel P. Berrange wrote: > > This is a refactoring of the XM driver. Previously we would store > > the virConfPtr objects as our master 'in memory' representation > > of inactive domains. T

Re: [libvirt] PATCH: 11/14: Change XM driver in-memory objects

2008-07-24 Thread Daniel Veillard
On Thu, Jul 24, 2008 at 05:10:55PM +0100, Daniel P. Berrange wrote: > On Thu, Jul 24, 2008 at 10:44:18AM -0400, Daniel Veillard wrote: > > On Tue, Jul 08, 2008 at 05:40:17PM +0100, Daniel P. Berrange wrote: > > > This is a refactoring of the XM driver. Previously we would store > > > the virConfPtr

Re: [libvirt] PATCH: 11/14: Change XM driver in-memory objects

2008-07-24 Thread Daniel P. Berrange
On Thu, Jul 24, 2008 at 10:44:18AM -0400, Daniel Veillard wrote: > On Tue, Jul 08, 2008 at 05:40:17PM +0100, Daniel P. Berrange wrote: > > This is a refactoring of the XM driver. Previously we would store > > the virConfPtr objects as our master 'in memory' representation > > of inactive domains. T

Re: [libvirt] PATCH: 11/14: Change XM driver in-memory objects

2008-07-24 Thread Daniel Veillard
On Tue, Jul 08, 2008 at 05:40:17PM +0100, Daniel P. Berrange wrote: > This is a refactoring of the XM driver. Previously we would store > the virConfPtr objects as our master 'in memory' representation > of inactive domains. This switch it over to using virDomainDefPtr > objects instead. The code f