Commit 9b7a448e authored by Paul Bolle's avatar Paul Bolle Committed by Rusty Russell
Browse files

lguest: lguest.txt documentation fix



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

Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent b488f22d
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -42,9 +42,13 @@ 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)
        "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)