Re: [libvirt] PATCH: 3/5: The easy Xen and QEMU implementations

2009-05-13 Thread Daniel P. Berrange
This patches provides an implenmentation of the new APIs for Xen which can convert to/from both XM config format (/etc/xen files), and the SEXPR format used by XenD. The former is most useful to end users, but it was easy to add the latter too, so I did. It can be a useful debugging aid

Re: [libvirt] PATCH: 3/5: The easy Xen and QEMU implementations

2009-05-13 Thread Daniel Veillard
On Wed, May 13, 2009 at 03:38:57PM +0100, Daniel P. Berrange wrote: This patches provides an implenmentation of the new APIs for Xen which can convert to/from both XM config format (/etc/xen files), and the SEXPR format used by XenD. The former is most useful to end users, but it was easy to

Re: [libvirt] PATCH: 3/5: The easy Xen and QEMU implementations

2009-05-13 Thread Daniel P. Berrange
On Wed, May 13, 2009 at 05:59:38PM +0200, Daniel Veillard wrote: On Wed, May 13, 2009 at 03:38:57PM +0100, Daniel P. Berrange wrote: This patches provides an implenmentation of the new APIs for Xen which can convert to/from both XM config format (/etc/xen files), and the SEXPR format used

Re: [libvirt] PATCH: 3/5: The easy Xen and QEMU implementations

2009-05-13 Thread Daniel Veillard
On Wed, May 13, 2009 at 05:08:00PM +0100, Daniel P. Berrange wrote: +cleanup: +for (tmp = retargv ; tmp *tmp ; tmp++) weird, we use a static string just for ? +VIR_FREE(*tmp); +VIR_FREE(retargv); + +for (tmp = retenv ; tmp *tmp ; tmp++)