All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configure: use debian-all-test-cross for mipsel tcg tests
@ 2026-05-29 18:17 Alex Bennée
  2026-05-29 18:29 ` Pierrick Bouvier
  2026-05-31 22:14 ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 4+ messages in thread
From: Alex Bennée @ 2026-05-29 18:17 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Bennée, Paolo Bonzini, Philippe Mathieu-Daudé,
	Jiaxun Yang

Although we have had the mips compilers in all-test-cross for a while
we had been surviving using the mipsel cross compiler image. However
when that was removed we missed updating the container to use.

Fixes: 366bb88e785 (buildsys: Remove MIPS cross containers)
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index e138d83bc9f..1ceb4d7ecc4 100755
--- a/configure
+++ b/configure
@@ -1430,7 +1430,7 @@ probe_target_compiler() {
         container_image=debian-all-test-cross
         container_cross_prefix=aarch64-linux-gnu-
         ;;
-      alpha|hppa|m68k|mips|riscv64|sh4|sparc64)
+      alpha|hppa|m68k|mips|mipsel|riscv64|sh4|sparc64)
         container_image=debian-all-test-cross
         ;;
       mips64)
-- 
2.47.3



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

* Re: [PATCH] configure: use debian-all-test-cross for mipsel tcg tests
  2026-05-29 18:17 [PATCH] configure: use debian-all-test-cross for mipsel tcg tests Alex Bennée
@ 2026-05-29 18:29 ` Pierrick Bouvier
  2026-05-29 20:10   ` Alex Bennée
  2026-05-31 22:14 ` Philippe Mathieu-Daudé
  1 sibling, 1 reply; 4+ messages in thread
From: Pierrick Bouvier @ 2026-05-29 18:29 UTC (permalink / raw)
  To: Alex Bennée, qemu-devel
  Cc: Paolo Bonzini, Philippe Mathieu-Daudé, Jiaxun Yang

On 5/29/2026 11:17 AM, Alex Bennée wrote:
> Although we have had the mips compilers in all-test-cross for a while
> we had been surviving using the mipsel cross compiler image. However
> when that was removed we missed updating the container to use.
> 
> Fixes: 366bb88e785 (buildsys: Remove MIPS cross containers)
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Isn't that tested in our CI?

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>

Regards,
Pierrick


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

* Re: [PATCH] configure: use debian-all-test-cross for mipsel tcg tests
  2026-05-29 18:29 ` Pierrick Bouvier
@ 2026-05-29 20:10   ` Alex Bennée
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Bennée @ 2026-05-29 20:10 UTC (permalink / raw)
  To: Pierrick Bouvier
  Cc: qemu-devel, Paolo Bonzini, Philippe Mathieu-Daudé,
	Jiaxun Yang

Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> writes:

> On 5/29/2026 11:17 AM, Alex Bennée wrote:
>> Although we have had the mips compilers in all-test-cross for a while
>> we had been surviving using the mipsel cross compiler image. However
>> when that was removed we missed updating the container to use.
>> 
>> Fixes: 366bb88e785 (buildsys: Remove MIPS cross containers)
>> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
>> ---
>>  configure | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>
> Isn't that tested in our CI?
>
> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>

In CI the build is actually run in the debian-all-test-cross container
which is why it has minimal QEMU build requirements.

>
> Regards,
> Pierrick

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro


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

* Re: [PATCH] configure: use debian-all-test-cross for mipsel tcg tests
  2026-05-29 18:17 [PATCH] configure: use debian-all-test-cross for mipsel tcg tests Alex Bennée
  2026-05-29 18:29 ` Pierrick Bouvier
@ 2026-05-31 22:14 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-05-31 22:14 UTC (permalink / raw)
  To: Alex Bennée, qemu-devel
  Cc: Paolo Bonzini, Philippe Mathieu-Daudé, Jiaxun Yang

On 29/5/26 20:17, Alex Bennée wrote:
> Although we have had the mips compilers in all-test-cross for a while
> we had been surviving using the mipsel cross compiler image. However
> when that was removed we missed updating the container to use.
> 
> Fixes: 366bb88e785 (buildsys: Remove MIPS cross containers)
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>   configure | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>


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

end of thread, other threads:[~2026-05-31 22:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-29 18:17 [PATCH] configure: use debian-all-test-cross for mipsel tcg tests Alex Bennée
2026-05-29 18:29 ` Pierrick Bouvier
2026-05-29 20:10   ` Alex Bennée
2026-05-31 22:14 ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.