]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/lcitool: drop 64 bit guests from i686 cross build
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 1 Oct 2025 17:09:44 +0000 (18:09 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 7 Oct 2025 06:33:39 +0000 (07:33 +0100)
With only TCG available we can't support 64 bit guests on a 32 bit
host.

Fixes: 5c27baf9519 (docs/about/deprecated: Deprecate 32-bit x86 hosts for system emulation)
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-ID: <20251001170947.2769296-5-alex.bennee@linaro.org>

tests/docker/dockerfiles/debian-i686-cross.docker
tests/lcitool/refresh

index 4e8b3a8293d244632079d42412ef9665f22ee7a4..2998764065f6c4b7b3b67af4050a92279ca4071c 100644 (file)
@@ -178,7 +178,7 @@ ENV ABI "i686-linux-gnu"
 ENV MESON_OPTS "--cross-file=i686-linux-gnu"
 ENV RUST_TARGET "i686-unknown-linux-gnu"
 ENV QEMU_CONFIGURE_OPTS --cross-prefix=i686-linux-gnu-
-ENV DEF_TARGET_LIST x86_64-softmmu,x86_64-linux-user,i386-softmmu,i386-linux-user
+ENV DEF_TARGET_LIST i386-softmmu,i386-linux-user
 # As a final step configure the user (if env is defined)
 ARG USER
 ARG UID
index 645959318a3ad288a2cfb4dde9e879f9e32f00bf..185a47cebe6a67f917aba9980175d8e11eff2eaa 100755 (executable)
@@ -216,8 +216,6 @@ try:
     generate_dockerfile("debian-i686-cross", "debian-13",
                         cross="i686",
                         trailer=cross_build("i686-linux-gnu-",
-                                            "x86_64-softmmu,"
-                                            "x86_64-linux-user,"
                                             "i386-softmmu,i386-linux-user"))
 
     # mips no longer supported in debian-13