diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2022-04-20 17:34:03 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-05-07 07:46:58 +0200 |
| commit | d13b200253cbd9cb933a1cfead9106abd564ae4a (patch) | |
| tree | b6a06d9763b95b10a63d3e31cdb74b5840ffe1ee /scripts/ci | |
| parent | 9972ae314fc38b7e47ee7ccdbc8556b7cad8a930 (diff) | |
| download | focaccia-qemu-d13b200253cbd9cb933a1cfead9106abd564ae4a.tar.gz focaccia-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/ci')
| -rwxr-xr-x | scripts/ci/org.centos/stream/8/x86_64/configure | 1 |
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 \ |