Re: [libvirt] PATCH: Use virDomainDefPtr to build QEMU args instead of virDomainObjPtr

2009-04-20 Thread Daniel P. Berrange
On Fri, Apr 17, 2009 at 01:11:37PM +0200, Daniel Veillard wrote: On Fri, Apr 17, 2009 at 11:41:41AM +0100, Daniel P. Berrange wrote: This is a fairly simple NFC patch which changes the QEMU driver to use the virDomainDefPtr object when building command line arguments instead of the

[libvirt] PATCH: Use virDomainDefPtr to build QEMU args instead of virDomainObjPtr

2009-04-17 Thread Daniel P. Berrange
This is a fairly simple NFC patch which changes the QEMU driver to use the virDomainDefPtr object when building command line arguments instead of the virDomainObjPtr. The command line building only needs the config, and none of the state, so virDomainDefPtr was more applicable. This was a

Re: [libvirt] PATCH: Use virDomainDefPtr to build QEMU args instead of virDomainObjPtr

2009-04-17 Thread Daniel Veillard
On Fri, Apr 17, 2009 at 11:41:41AM +0100, Daniel P. Berrange wrote: This is a fairly simple NFC patch which changes the QEMU driver to use the virDomainDefPtr object when building command line arguments instead of the virDomainObjPtr. The command line building only needs the config, and none