projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6959920
)
vhost: allow vhost-scsi driver to be built-in
author
Greg Edwards
<gedwards@ddn.com>
Fri, 10 Aug 2018 16:45:49 +0000
(10:45 -0600)
committer
Michael S. Tsirkin
<mst@redhat.com>
Tue, 21 Aug 2018 22:01:32 +0000
(
01:01
+0300)
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>
drivers/vhost/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/vhost/Kconfig
b/drivers/vhost/Kconfig
index cfdecea5078f4095546adcee397213cd0f2b67b1..b580885243f7e091975174e06bb03d7514ff9ec7 100644
(file)
--- a/
drivers/vhost/Kconfig
+++ b/
drivers/vhost/Kconfig
@@
-12,7
+12,7
@@
config VHOST_NET
config VHOST_SCSI
tristate "VHOST_SCSI TCM fabric driver"
- depends on TARGET_CORE && EVENTFD
&& m
+ depends on TARGET_CORE && EVENTFD
select VHOST
default n
---help---