Re: [libvirt] [PATCH 04/10] Move QEMU private data & namespace code into separate file

2010-12-16 Thread Eric Blake
On 12/16/2010 01:31 PM, Eric Blake wrote: > On 12/16/2010 09:50 AM, Daniel P. Berrange wrote: >> Move the code for handling the QEMU virDomainObjPtr private >> data, and custom XML namespace into a separate file >> >> * src/qemu/qemu_domain.c, src/qemu/qemu_domain.h: New file >> for private data

Re: [libvirt] [PATCH 04/10] Move QEMU private data & namespace code into separate file

2010-12-16 Thread Eric Blake
On 12/16/2010 09:50 AM, Daniel P. Berrange wrote: > Move the code for handling the QEMU virDomainObjPtr private > data, and custom XML namespace into a separate file > > * src/qemu/qemu_domain.c, src/qemu/qemu_domain.h: New file > for private data & namespace code > * src/qemu/qemu_driver.c, src

[libvirt] [PATCH 04/10] Move QEMU private data & namespace code into separate file

2010-12-16 Thread Daniel P. Berrange
Move the code for handling the QEMU virDomainObjPtr private data, and custom XML namespace into a separate file * src/qemu/qemu_domain.c, src/qemu/qemu_domain.h: New file for private data & namespace code * src/qemu/qemu_driver.c, src/qemu/qemu_driver.h: Remove private data & namespace code *