configure: remove backwards-compatibility and obsolete options

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2022-10-18 10:17:46 +02:00
parent 954ed68f99
commit 10229ec3b0
2 changed files with 1 additions and 21 deletions

20
configure vendored
View File

@ -845,17 +845,6 @@ for opt do
;; ;;
--with-coroutine=*) coroutine="$optarg" --with-coroutine=*) coroutine="$optarg"
;; ;;
--disable-zlib-test)
;;
--disable-virtio-blk-data-plane|--enable-virtio-blk-data-plane)
echo "$0: $opt is obsolete, virtio-blk data-plane is always on" >&2
;;
--enable-vhdx|--disable-vhdx)
echo "$0: $opt is obsolete, VHDX driver is always built" >&2
;;
--enable-uuid|--disable-uuid)
echo "$0: $opt is obsolete, UUID support is always built" >&2
;;
--with-git=*) git="$optarg" --with-git=*) git="$optarg"
;; ;;
--with-git-submodules=*) --with-git-submodules=*)
@ -875,19 +864,10 @@ for opt do
;; ;;
--gdb=*) gdb_bin="$optarg" --gdb=*) gdb_bin="$optarg"
;; ;;
# backwards compatibility options
--enable-trace-backend=*) meson_option_parse "--enable-trace-backends=$optarg" "$optarg"
;;
--disable-blobs) meson_option_parse --disable-install-blobs ""
;;
--enable-vfio-user-server) vfio_user_server="enabled" --enable-vfio-user-server) vfio_user_server="enabled"
;; ;;
--disable-vfio-user-server) vfio_user_server="disabled" --disable-vfio-user-server) vfio_user_server="disabled"
;; ;;
--enable-tcmalloc) meson_option_parse --enable-malloc=tcmalloc tcmalloc
;;
--enable-jemalloc) meson_option_parse --enable-malloc=jemalloc jemalloc
;;
# everything else has the same name in configure and meson # everything else has the same name in configure and meson
--*) meson_option_parse "$opt" "$optarg" --*) meson_option_parse "$opt" "$optarg"
;; ;;

View File

@ -188,7 +188,7 @@
--enable-tcg \ --enable-tcg \
--enable-tools \ --enable-tools \
--enable-tpm \ --enable-tpm \
--enable-trace-backend=dtrace \ --enable-trace-backends=dtrace \
--enable-usb-redir \ --enable-usb-redir \
--enable-virtiofsd \ --enable-virtiofsd \
--enable-vhost-kernel \ --enable-vhost-kernel \