summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPaolo Bonzini2022-04-20 17:34:03 +0200
committerPaolo Bonzini2022-05-07 07:46:58 +0200
commitd13b200253cbd9cb933a1cfead9106abd564ae4a (patch)
treeb6a06d9763b95b10a63d3e31cdb74b5840ffe1ee /scripts
parentbuild: move vhost-vsock configuration to Kconfig (diff)
downloadqemu-d13b200253cbd9cb933a1cfead9106abd564ae4a.tar.gz
qemu-d13b200253cbd9cb933a1cfead9106abd564ae4a.tar.xz
qemu-d13b200253cbd9cb933a1cfead9106abd564ae4a.zip
build: move vhost-scsi configuration to Kconfig
vhost-scsi and vhost-user-scsi are two devices of their own; it should be possible to enable/disable them with --without-default-devices, not --without-default-features. Compute their default value in Kconfig to obtain the more intuitive behavior. Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/org.centos/stream/8/x86_64/configure1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/ci/org.centos/stream/8/x86_64/configure b/scripts/ci/org.centos/stream/8/x86_64/configure
index e6ac2e5877..a7f92aff90 100755
--- a/scripts/ci/org.centos/stream/8/x86_64/configure
+++ b/scripts/ci/org.centos/stream/8/x86_64/configure
@@ -132,7 +132,6 @@
--disable-vhost-crypto \
--disable-vhost-kernel \
--disable-vhost-net \
---disable-vhost-scsi \
--disable-vhost-user \
--disable-vhost-user-blk-server \
--disable-vhost-vdpa \