mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
289d1054e9
After commit 07fe997
, lguest tool has already moved from
Documentation/virtual/lguest/ to tools/lguest/.
Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
13 lines
476 B
Text
13 lines
476 B
Text
config LGUEST
|
|
tristate "Linux hypervisor example code"
|
|
depends on X86_32 && EVENTFD && TTY
|
|
select HVC_DRIVER
|
|
---help---
|
|
This is a very simple module which allows you to run
|
|
multiple instances of the same Linux kernel, using the
|
|
"lguest" command found in the tools/lguest directory.
|
|
|
|
Note that "lguest" is pronounced to rhyme with "fell quest",
|
|
not "rustyvisor". See tools/lguest/lguest.txt.
|
|
|
|
If unsure, say N. If curious, say M. If masochistic, say Y.
|