2007-07-19 12:49:27 +04:00
|
|
|
config LGUEST
|
|
|
|
tristate "Linux hypervisor example code"
|
2015-04-01 09:33:30 +03:00
|
|
|
depends on X86_32 && EVENTFD && TTY && PCI_DIRECT
|
2007-07-19 12:49:27 +04:00
|
|
|
select HVC_DRIVER
|
|
|
|
---help---
|
|
|
|
This is a very simple module which allows you to run
|
|
|
|
multiple instances of the same Linux kernel, using the
|
2013-03-07 01:53:00 +04:00
|
|
|
"lguest" command found in the tools/lguest directory.
|
2011-05-06 20:27:36 +04:00
|
|
|
|
2007-07-19 12:49:27 +04:00
|
|
|
Note that "lguest" is pronounced to rhyme with "fell quest",
|
2013-03-07 01:53:00 +04:00
|
|
|
not "rustyvisor". See tools/lguest/lguest.txt.
|
2007-07-19 12:49:27 +04:00
|
|
|
|
|
|
|
If unsure, say N. If curious, say M. If masochistic, say Y.
|