]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
virtio: Put the virtio under the virtualization menu
authorAnthony Liguori <aliguori@us.ibm.com>
Thu, 8 Nov 2007 02:46:31 +0000 (20:46 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 4 Feb 2008 12:50:05 +0000 (23:50 +1100)
This patch moves virtio under the virtualization menu and changes virtio
devices to not claim to only be for lguest.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/x86/kvm/Kconfig
drivers/Kconfig
drivers/block/Kconfig
drivers/net/Kconfig

index c83e1c9b5129b3cc96ecfcb8992e378cd7d4119e..41962e793c0fe9f122d22517956535875ea1170f 100644 (file)
@@ -53,5 +53,6 @@ config KVM_AMD
 # OK, it's a little counter-intuitive to do this, but it puts it neatly under
 # the virtualization menu.
 source drivers/lguest/Kconfig
+source drivers/virtio/Kconfig
 
 endif # VIRTUALIZATION
index 08d4ae201597cde366f07efc2a4a8f4f8e08d83e..3f8a231fe7544b94593e5fb0cb639f936d4744f4 100644 (file)
@@ -91,6 +91,4 @@ source "drivers/dca/Kconfig"
 source "drivers/auxdisplay/Kconfig"
 
 source "drivers/uio/Kconfig"
-
-source "drivers/virtio/Kconfig"
 endmenu
index f2122855d4ec5d714ae0260708aa66562af17db1..64e5148d82bc8cce2018012f6bf5587570ba2267 100644 (file)
@@ -440,6 +440,7 @@ config VIRTIO_BLK
        tristate "Virtio block driver (EXPERIMENTAL)"
        depends on EXPERIMENTAL && VIRTIO
        ---help---
-         This is the virtual block driver for lguest.  Say Y or M.
+         This is the virtual block driver for virtio.  It can be used with
+          lguest or QEMU based VMMs (like KVM or Xen).  Say Y or M.
 
 endif # BLK_DEV
index 389980f0e59e7385d608e3cc2b7aed58ac2be115..e9d761cbde93bec892457859eb4da2ab6f654db8 100644 (file)
@@ -3113,6 +3113,7 @@ config VIRTIO_NET
        tristate "Virtio network driver (EXPERIMENTAL)"
        depends on EXPERIMENTAL && VIRTIO
        ---help---
-         This is the virtual network driver for lguest.  Say Y or M.
+         This is the virtual network driver for virtio.  It can be used with
+          lguest or QEMU based VMMs (like KVM or Xen).  Say Y or M.
 
 endif # NETDEVICES