Re: [libvirt] [PATCH 01/16] LXC driver: started implementing connectDomainXMLFromNative

2014-01-24 Thread Cedric Bosdonnat
Hi Dan, On Fri, 2014-01-24 at 13:17 +, Daniel P. Berrange wrote: > This data format looks really very close to the .vmx file format. > The main difference I see is that the right hand side of the = > sign does not require quotes. > > We already have a src/util/virconf.{c,h} module which was o

Re: [libvirt] [PATCH 01/16] LXC driver: started implementing connectDomainXMLFromNative

2014-01-24 Thread Daniel P. Berrange
On Tue, Jan 14, 2014 at 02:49:50PM +0100, Cédric Bosdonnat wrote: > This function aims at converting LXC configuration into a libvirt > domain XML description to help users migrate from LXC to libvirt. > > Here is an example of how the lxc configuration works: > virsh -c lxc:/// domxml-from-native

[libvirt] [PATCH 01/16] LXC driver: started implementing connectDomainXMLFromNative

2014-01-14 Thread Cédric Bosdonnat
This function aims at converting LXC configuration into a libvirt domain XML description to help users migrate from LXC to libvirt. Here is an example of how the lxc configuration works: virsh -c lxc:/// domxml-from-native lxc /var/lib/lxc/migrate_test/config It is possible that some parts couldn