Re: [libvirt] [PATCH 10/14] Introduce callbacks for serializing domain object private data to XML

2009-12-03 Thread Daniel Veillard
On Thu, Nov 26, 2009 at 06:27:28PM +, Daniel P. Berrange wrote: > Now that drivers are using a private domain object state blob, > the virDomainObjFormat/Parse methods are no longer able to > directly serialize all neccessary state to/from XML. It is > thus neccessary to introduce a pair of cal

Re: [libvirt] [PATCH 10/14] Introduce callbacks for serializing domain object private data to XML

2009-12-02 Thread Matthias Bolte
2009/11/26 Daniel P. Berrange : > Now that drivers are using a private domain object state blob, > the virDomainObjFormat/Parse methods are no longer able to > directly serialize all neccessary state to/from XML. It is > thus neccessary to introduce a pair of callbacks fo serializing > private stat

[libvirt] [PATCH 10/14] Introduce callbacks for serializing domain object private data to XML

2009-11-26 Thread Daniel P. Berrange
Now that drivers are using a private domain object state blob, the virDomainObjFormat/Parse methods are no longer able to directly serialize all neccessary state to/from XML. It is thus neccessary to introduce a pair of callbacks fo serializing private state. The code for serializing vCPU PIDs and