Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

vhost: allow vhost-scsi driver to be built-in

It's useful to allow vhost-scsi to be built-in when testing vhost in L1
+ L2 VMs and booting L1 VM with QEMU '-kernel' option.

Signed-off-by: Greg Edwards <gedwards@ddn.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

authored by

Greg Edwards and committed by
Michael S. Tsirkin
84f3396b 69599206

+1 -1
+1 -1
drivers/vhost/Kconfig
··· 12 12 13 13 config VHOST_SCSI 14 14 tristate "VHOST_SCSI TCM fabric driver" 15 - depends on TARGET_CORE && EVENTFD && m 15 + depends on TARGET_CORE && EVENTFD 16 16 select VHOST 17 17 default n 18 18 ---help---