lib: Remove User-Mode Linux

User-Mode Linux was an alternative hypervisor that could run the
appliance, instead of using qemu.  It had many limitations including
lack of network, and UML support in Linux has been semi-broken for a
long time.  It was also slower than KVM on baremeal in general and had
various corner cases which were much slower including the emulated
serial port which made bulk uploads and downloads painful.  Also of
course it lacked qemu-specific features like qcow2 or any
network-backed disk, so many disk images could not be opened this way.

This was never supported in RHEL.

See-also: https://bugzilla.redhat.com/1144197
This commit is contained in:
Richard W.M. Jones
2014-09-19 13:38:20 +01:00
parent dbc2fd8dc8
commit b9b0a90487
28 changed files with 4 additions and 850 deletions

View File

@@ -313,7 +313,6 @@ lib/inspect-osinfo.c
lib/journal.c
lib/launch-direct.c
lib/launch-libvirt.c
lib/launch-uml.c
lib/launch.c
lib/libvirt-auth.c
lib/libvirt-domain.c