lib: Remove libguestfs live

This experimental feature allowed you (in theory) to connect to an
existing instance of the libguestfs daemon.  (Again, in theory) it
allowed you to attach to running guests.  This didn't work well in
practice.  If you want to do this, install qemu-guest-agent inside
your guest instead.

This also disables the --live options in guestfish and guestmount.
(The option now prints an error).

This was never supported in RHEL.

The daemon tests relied on this connection method to perform tests on
a bare daemon, so this removes those tests.  They were not especially
valuable.

See-also: https://bugzilla.redhat.com/798980
This commit is contained in:
Richard W.M. Jones
2012-12-21 15:50:11 +00:00
parent aeb8286e60
commit dbc2fd8dc8
20 changed files with 29 additions and 601 deletions

View File

@@ -314,7 +314,6 @@ lib/journal.c
lib/launch-direct.c
lib/launch-libvirt.c
lib/launch-uml.c
lib/launch-unix.c
lib/launch.c
lib/libvirt-auth.c
lib/libvirt-domain.c