[PATCH] configure: use debian-all-test-cross for mipsel tcg tests

Alex Bennée posted 1 patch 22 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260529181713.612230-1-alex.bennee@linaro.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@mailo.com>, Jiaxun Yang <jiaxun.yang@flygoat.com>
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] configure: use debian-all-test-cross for mipsel tcg tests
Posted by Alex Bennée 22 hours ago
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


Re: [PATCH] configure: use debian-all-test-cross for mipsel tcg tests
Posted by Pierrick Bouvier 22 hours ago
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

Re: [PATCH] configure: use debian-all-test-cross for mipsel tcg tests
Posted by Alex Bennée 20 hours ago
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