aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-02-05 06:16:00 -0500
committerJames Bottomley <JBottomley@Parallels.com>2012-02-19 10:50:20 -0500
commit4fe74b1cb051dc9d47a80e263c388cf1651783d4 (patch)
treea3f216ea879306283fc2d3586517b5ad266c8096 /drivers/scsi/Kconfig
parent5a4f934e65620130d033725e85b7fdff4ac2ffbd (diff)
[SCSI] virtio-scsi: SCSI driver for QEMU based virtual machines
The virtio-scsi HBA is the basis of an alternative storage stack for QEMU-based virtual machines (including KVM). Compared to virtio-blk it is more scalable, because it supports many LUNs on a single PCI slot), more powerful (it more easily supports passthrough of host devices to the guest) and more easily extensible (new SCSI features implemented by QEMU should not require updating the driver in the guest). Acked-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 16570aa84aac..827ebaf4a4a2 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -1897,6 +1897,14 @@ config SCSI_BFA_FC
1897 To compile this driver as a module, choose M here. The module will 1897 To compile this driver as a module, choose M here. The module will
1898 be called bfa. 1898 be called bfa.
1899 1899
1900config SCSI_VIRTIO
1901 tristate "virtio-scsi support (EXPERIMENTAL)"
1902 depends on EXPERIMENTAL && VIRTIO
1903 help
1904 This is the virtual HBA driver for virtio. If the kernel will
1905 be used in a virtual machine, say Y or M.
1906
1907
1900endif # SCSI_LOWLEVEL 1908endif # SCSI_LOWLEVEL
1901 1909
1902source "drivers/scsi/pcmcia/Kconfig" 1910source "drivers/scsi/pcmcia/Kconfig"