Re: [libvirt] [PATCH 5/5] Allow for a driver specific private data blob in virDomainObjPtr

2009-10-16 Thread Daniel P. Berrange
On Thu, Oct 15, 2009 at 11:41:56PM +0200, Matthias Bolte wrote: > 2009/10/14 Daniel P. Berrange : > > The virDomainObjPtr object stores state about a running domain. > > This object is shared across all drivers so it is not appropriate > > to include driver specific state here. This patch adds the

Re: [libvirt] [PATCH 5/5] Allow for a driver specific private data blob in virDomainObjPtr

2009-10-15 Thread Matthias Bolte
2009/10/14 Daniel P. Berrange : > The virDomainObjPtr object stores state about a running domain. > This object is shared across all drivers so it is not appropriate > to include driver specific state here. This patch adds the ability > to request a blob of private data per domain object instance.

[libvirt] [PATCH 5/5] Allow for a driver specific private data blob in virDomainObjPtr

2009-10-14 Thread Daniel P. Berrange
The virDomainObjPtr object stores state about a running domain. This object is shared across all drivers so it is not appropriate to include driver specific state here. This patch adds the ability to request a blob of private data per domain object instance. The driver must provide a allocator & de