Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

lguest: lguest.txt documentation fix

Mention the config options for the Virtio drivers and move the Virtualization
menu to the toplevel.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

authored by

Paul Bolle and committed by
Rusty Russell
9b7a448e b488f22d

+8 -4
+8 -4
Documentation/lguest/lguest.txt
··· 42 42 CONFIG_PHYSICAL_ALIGN=0x100000) 43 43 44 44 "Device Drivers": 45 + "Block devices" 46 + "Virtio block driver (EXPERIMENTAL)" = M/Y 45 47 "Network device support" 46 48 "Universal TUN/TAP device driver support" = M/Y 47 - (CONFIG_TUN=m) 48 - "Virtualization" 49 - "Linux hypervisor example code" = M/Y 50 - (CONFIG_LGUEST=m) 49 + "Virtio network driver (EXPERIMENTAL)" = M/Y 50 + (CONFIG_VIRTIO_BLK=m, CONFIG_VIRTIO_NET=m and CONFIG_TUN=m) 51 + 52 + "Virtualization" 53 + "Linux hypervisor example code" = M/Y 54 + (CONFIG_LGUEST=m) 51 55 52 56 - A tool called "lguest" is available in this directory: type "make" 53 57 to build it. If you didn't build your kernel in-tree, use "make