Re: [libvirt] PATCH: 4/5: The hard QEMU implementation

2009-05-20 Thread Daniel Veillard
On Tue, May 19, 2009 at 06:44:13PM +0100, Daniel P. Berrange wrote: > On Wed, May 13, 2009 at 06:53:44PM +0200, Daniel Veillard wrote: > > On Wed, May 13, 2009 at 03:40:54PM +0100, Daniel P. Berrange wrote: > > > This provides the QEMU driver implementation which is able to convert > > > from QEMU

Re: [libvirt] PATCH: 4/5: The hard QEMU implementation

2009-05-19 Thread Daniel P. Berrange
On Wed, May 13, 2009 at 06:53:44PM +0200, Daniel Veillard wrote: > On Wed, May 13, 2009 at 03:40:54PM +0100, Daniel P. Berrange wrote: > > This provides the QEMU driver implementation which is able to convert > > from QEMU argv into domain XML. This is alot of hard code, because we > > have to pars

Re: [libvirt] PATCH: 4/5: The hard QEMU implementation

2009-05-13 Thread Daniel Veillard
On Wed, May 13, 2009 at 03:40:54PM +0100, Daniel P. Berrange wrote: > This provides the QEMU driver implementation which is able to convert > from QEMU argv into domain XML. This is alot of hard code, because we > have to parse and interpret arbitrary QEMU args and had no existing > code doing this

Re: [libvirt] PATCH: 4/5: The hard QEMU implementation

2009-05-13 Thread Daniel P. Berrange
This provides the QEMU driver implementation which is able to convert from QEMU argv into domain XML. This is alot of hard code, because we have to parse and interpret arbitrary QEMU args and had no existing code doing this. This is also actually the single most useful feature of this patchset, and