Re: [libvirt] [PATCH libguestfs 4/4] launch: Add libvirt backend.

2012-07-23 Thread Daniel P. Berrange
On Sat, Jul 21, 2012 at 08:20:49PM +0100, Richard W.M. Jones wrote: > + > + /* Connect to libvirt, get capabilities. */ > + /* XXX Support libvirt authentication in the future. */ > + conn = virConnectOpen (libvirt_uri); > + if (!conn) { > +error (g, _("could not connect to libvirt: URI: %s

[libvirt] [PATCH libguestfs 4/4] launch: Add libvirt backend.

2012-07-21 Thread Richard W.M. Jones
From: "Richard W.M. Jones" Complete the attach-method libvirt backend. This backend uses libvirt to create a transient KVM domain to run the appliance. Note that this still will only work with local libvirt URIs since the , and appliance links in the libvirt XML refer to local files, and virti