Add guestfs_add_domain 'live' flag.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 28 Jan 2011 13:19:52 +0000 (13:19 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 3 Feb 2011 18:50:45 +0000 (18:50 +0000)
This optional flag controls whether this API call will try to connect
to a running virtual machine 'guestfsd' process.

If the flag is given and the virtual machine is running, then the
libvirt XML is parsed looking for a suitable <channel> element, and
'guestfs_set_attach_method' is called with the corresponding
virtio-serial socket path.


No differences found