qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tests/docker: make --enable-rust overridable with EXTRA_CONFIGURE_OPTS
@ 2025-10-07 15:34 marcandre.lureau
  2025-10-07 17:02 ` Paolo Bonzini
  2025-10-07 19:14 ` Richard Henderson
  0 siblings, 2 replies; 3+ messages in thread
From: marcandre.lureau @ 2025-10-07 15:34 UTC (permalink / raw)
  To: qemu-devel
  Cc: pbonzini, rth7680, Marc-André Lureau, Alex Bennée,
	Philippe Mathieu-Daudé, Thomas Huth

From: Marc-André Lureau <marcandre.lureau@redhat.com>

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 tests/docker/common.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/docker/common.rc b/tests/docker/common.rc
index 752f4f3aed..79d533ab2e 100755
--- a/tests/docker/common.rc
+++ b/tests/docker/common.rc
@@ -53,8 +53,8 @@ configure_qemu()
     config_opts="--enable-werror \
                  ${TARGET_LIST:+--target-list=${TARGET_LIST}} \
                  --prefix=$INSTALL_DIR \
-                 $QEMU_CONFIGURE_OPTS $EXTRA_CONFIGURE_OPTS \
                  $enable_rust \
+                 $QEMU_CONFIGURE_OPTS $EXTRA_CONFIGURE_OPTS \
                  $@"
     echo "Configure options:"
     echo $config_opts
-- 
2.51.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] tests/docker: make --enable-rust overridable with EXTRA_CONFIGURE_OPTS
  2025-10-07 15:34 [PATCH] tests/docker: make --enable-rust overridable with EXTRA_CONFIGURE_OPTS marcandre.lureau
@ 2025-10-07 17:02 ` Paolo Bonzini
  2025-10-07 19:14 ` Richard Henderson
  1 sibling, 0 replies; 3+ messages in thread
From: Paolo Bonzini @ 2025-10-07 17:02 UTC (permalink / raw)
  To: marcandre.lureau
  Cc: qemu-devel, pbonzini, rth7680, Alex Bennée,
	Philippe Mathieu-Daudé, Thomas Huth

Queued, thanks.

Paolo



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] tests/docker: make --enable-rust overridable with EXTRA_CONFIGURE_OPTS
  2025-10-07 15:34 [PATCH] tests/docker: make --enable-rust overridable with EXTRA_CONFIGURE_OPTS marcandre.lureau
  2025-10-07 17:02 ` Paolo Bonzini
@ 2025-10-07 19:14 ` Richard Henderson
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Henderson @ 2025-10-07 19:14 UTC (permalink / raw)
  To: qemu-devel

On 10/7/25 08:34, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
> 
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
>   tests/docker/common.rc | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/docker/common.rc b/tests/docker/common.rc
> index 752f4f3aed..79d533ab2e 100755
> --- a/tests/docker/common.rc
> +++ b/tests/docker/common.rc
> @@ -53,8 +53,8 @@ configure_qemu()
>       config_opts="--enable-werror \
>                    ${TARGET_LIST:+--target-list=${TARGET_LIST}} \
>                    --prefix=$INSTALL_DIR \
> -                 $QEMU_CONFIGURE_OPTS $EXTRA_CONFIGURE_OPTS \
>                    $enable_rust \
> +                 $QEMU_CONFIGURE_OPTS $EXTRA_CONFIGURE_OPTS \
>                    $@"
>       echo "Configure options:"
>       echo $config_opts

Thanks,

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-10-07 19:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-07 15:34 [PATCH] tests/docker: make --enable-rust overridable with EXTRA_CONFIGURE_OPTS marcandre.lureau
2025-10-07 17:02 ` Paolo Bonzini
2025-10-07 19:14 ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).