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)
commitcfd9513a54778e1ade82dc1eb351ea32416938a8
treef8ab099c3f7fe1eb20d9fa2a1c67522e8cca2206
parent17434fb159e6391353363b3d11e2c1fb626fe548
Add guestfs_add_domain 'live' flag.

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.
fish/fish.c
generator/generator_actions.ml
src/virt.c