aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2007-11-07 20:46:31 -0600
committerRusty Russell <rusty@rustcorp.com.au>2008-02-04 23:50:05 +1100
commit0ad07ec1fd2f3e90dfb086b04c07a83db40e9172 (patch)
tree783d29d4e7d7e94ed9020b26e37b9c33f7aefcb2 /drivers/block
parentvirtio: handle interrupts after callbacks turned off (diff)
downloadlinux-dev-0ad07ec1fd2f3e90dfb086b04c07a83db40e9172.tar.xz
linux-dev-0ad07ec1fd2f3e90dfb086b04c07a83db40e9172.zip
virtio: Put the virtio under the virtualization menu
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>
Diffstat (limited to 'drivers/block')
-rw-r--r--drivers/block/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index f2122855d4ec..64e5148d82bc 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -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