
11 Mar
2014
11 Mar
'14
9:38 p.m.
Daniel P. Berrange wrote:
On Mon, Mar 10, 2014 at 11:52:50AM -0600, Jim Fehlig wrote:
Supporting sexpr in connectDomainXMLFromNative in the libxl driver adds flexibility for users importing legacy Xen configuration into libvirt. E.g. this patch allows importing previous xend-managed domains from /var/lib/xend/domains/<dom-uuid>/config.sxp into the libvirt libxl driver.
Signed-off-by: Jim Fehlig <jfehlig@suse.com> --- src/libxl/libxl_driver.c | 40 +++++++++++++++++++++++++++------------- 1 file changed, 27 insertions(+), 13 deletions(-)
ACK, can't hurt to give people the option.
Nod. Thanks, I've pushed this now. Regards, Jim