diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2022-10-18 10:17:46 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-01-06 00:50:54 +0100 |
commit | 10229ec3b0ff77c4894cefa312c21e65a761dcde (patch) | |
tree | e039626400a7929bfc236b77864b186365f5f77d /scripts | |
parent | 954ed68f9934a3e08f904acb93ce168505995e95 (diff) | |
download | qemu-10229ec3b0ff77c4894cefa312c21e65a761dcde.zip qemu-10229ec3b0ff77c4894cefa312c21e65a761dcde.tar.gz qemu-10229ec3b0ff77c4894cefa312c21e65a761dcde.tar.bz2 |
configure: remove backwards-compatibility and obsolete options
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ci/org.centos/stream/8/x86_64/configure | 2 |
1 files changed, 1 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 a7f92af..75882fa 100755 --- a/scripts/ci/org.centos/stream/8/x86_64/configure +++ b/scripts/ci/org.centos/stream/8/x86_64/configure @@ -188,7 +188,7 @@ --enable-tcg \ --enable-tools \ --enable-tpm \ ---enable-trace-backend=dtrace \ +--enable-trace-backends=dtrace \ --enable-usb-redir \ --enable-virtiofsd \ --enable-vhost-kernel \ |