Skip to content

Commit

Permalink
lguest: lguest.txt documentation fix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Bolle authored and Rusty Russell committed Mar 28, 2008
1 parent b488f22 commit 9b7a448
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Documentation/lguest/lguest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,16 @@ Running Lguest:
CONFIG_PHYSICAL_ALIGN=0x100000)

"Device Drivers":
"Block devices"
"Virtio block driver (EXPERIMENTAL)" = M/Y
"Network device support"
"Universal TUN/TAP device driver support" = M/Y
(CONFIG_TUN=m)
"Virtualization"
"Linux hypervisor example code" = M/Y
(CONFIG_LGUEST=m)
"Virtio network driver (EXPERIMENTAL)" = M/Y
(CONFIG_VIRTIO_BLK=m, CONFIG_VIRTIO_NET=m and CONFIG_TUN=m)

"Virtualization"
"Linux hypervisor example code" = M/Y
(CONFIG_LGUEST=m)

- A tool called "lguest" is available in this directory: type "make"
to build it. If you didn't build your kernel in-tree, use "make
Expand Down

0 comments on commit 9b7a448

Please sign in to comment.