Jump to content

Lguest

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Newslinger (talk | contribs) at 01:23, 24 December 2018 (Use Free and open-source software portal name (via WP:JWB)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Lguest
Original author(s)Rusty Russell
Operating systemLinux
PlatformLinux kernel
LicenseGNU General Public License
Websitelguest.ozlabs.org

Lguest is a Linux kernel x86 virtualization hypervisor introduced in kernel version 2.6.23 (released 9 October 2007) and removed in kernel version 4.14 (November 2017).[1] The hypervisor is an operating-system-level virtualization system capable of running unmodified 32-bit x86 Linux kernels as guest machines. Installation is as easy as running modprobe lg followed by tools/lguest/lguest to create a new guest.[2]

Lguest can still be installed on kernel 4.14 and later through out-of-tree patches.

Lguest is maintained by Rusty Russell.

See also

References

  1. ^ Corbet, Jonathan (8 September 2017). "The first half of the 4.14 merge window". LWN.net.
  2. ^ README from the kernel source tree.