[PATCH] configure: remove reference to removed option

Paolo Bonzini posted 1 patch 1 year, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220606104701.1107015-1-pbonzini@redhat.com
configure | 1 -
1 file changed, 1 deletion(-)
[PATCH] configure: remove reference to removed option
Posted by Paolo Bonzini 1 year, 11 months ago
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 configure | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure b/configure
index b9ccff9067..ac18ed4f3a 100755
--- a/configure
+++ b/configure
@@ -1035,7 +1035,6 @@ Advanced options (experts only):
   --with-git-submodules=ignore   do not update or check git submodules (default if no .git dir)
   --static                 enable static build [$static]
   --bindir=PATH            install binaries in PATH
-  --efi-aarch64=PATH       PATH of efi file to use for aarch64 VMs.
   --with-suffix=SUFFIX     suffix for QEMU data inside datadir/libdir/sysconfdir/docdir [$qemu_suffix]
   --without-default-features default all --enable-* options to "disabled"
   --without-default-devices  do not include any device that is not needed to
-- 
2.36.1
Re: [PATCH] configure: remove reference to removed option
Posted by Philippe Mathieu-Daudé via 1 year, 11 months ago
On 6/6/22 12:47, Paolo Bonzini wrote:
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>   configure | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/configure b/configure
> index b9ccff9067..ac18ed4f3a 100755
> --- a/configure
> +++ b/configure
> @@ -1035,7 +1035,6 @@ Advanced options (experts only):
>     --with-git-submodules=ignore   do not update or check git submodules (default if no .git dir)
>     --static                 enable static build [$static]
>     --bindir=PATH            install binaries in PATH
> -  --efi-aarch64=PATH       PATH of efi file to use for aarch64 VMs.
>     --with-suffix=SUFFIX     suffix for QEMU data inside datadir/libdir/sysconfdir/docdir [$qemu_suffix]
>     --without-default-features default all --enable-* options to "disabled"
>     --without-default-devices  do not include any device that is not needed to

Leftover from commit f5c730698a ("tests/vm: do not pollute configure 
with --efi-aarch64").

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>