Rusty Russell | 709e892 | 2007-07-19 01:49:27 -0700 | [diff] [blame] | 1 | config LGUEST |
| 2 | tristate "Linux hypervisor example code" |
Rusty Russell | e1b7c02 | 2015-04-01 17:03:30 +1030 | [diff] [blame] | 3 | depends on X86_32 && EVENTFD && TTY && PCI_DIRECT |
Rusty Russell | 709e892 | 2007-07-19 01:49:27 -0700 | [diff] [blame] | 4 | select HVC_DRIVER |
| 5 | ---help--- |
| 6 | This is a very simple module which allows you to run |
| 7 | multiple instances of the same Linux kernel, using the |
Wanlong Gao | 289d105 | 2013-03-07 08:53:00 +1100 | [diff] [blame] | 8 | "lguest" command found in the tools/lguest directory. |
Rob Landley | 6151658 | 2011-05-06 09:27:36 -0700 | [diff] [blame] | 9 | |
Rusty Russell | 709e892 | 2007-07-19 01:49:27 -0700 | [diff] [blame] | 10 | Note that "lguest" is pronounced to rhyme with "fell quest", |
Wanlong Gao | 289d105 | 2013-03-07 08:53:00 +1100 | [diff] [blame] | 11 | not "rustyvisor". See tools/lguest/lguest.txt. |
Rusty Russell | 709e892 | 2007-07-19 01:49:27 -0700 | [diff] [blame] | 12 | |
| 13 | If unsure, say N. If curious, say M. If masochistic, say Y. |