[PATCH 0/5] tcg/mips: Remove support for 32-bit hosts

Philippe Mathieu-Daudé posted 5 patches 2 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250820142108.46639-1-philmd@linaro.org
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Riku Voipio <riku.voipio@iki.fi>, Paolo Bonzini <pbonzini@redhat.com>, Aurelien Jarno <aurelien@aurel32.net>, Huacai Chen <chenhuacai@kernel.org>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Aleksandar Rikalo <arikalo@gmail.com>, Richard Henderson <richard.henderson@linaro.org>
There is a newer version of this series
configure                                     |   2 -
tcg/mips/tcg-target-has.h                     |   2 -
tcg/mips/tcg-target-reg-bits.h                |   5 +-
tcg/mips/tcg-target.c.inc                     | 282 +++---------------
.gitlab-ci.d/container-cross.yml              |   6 -
.gitlab-ci.d/crossbuilds.yml                  |  14 -
common-user/host/mips/safe-syscall.inc.S      |   4 +-
tests/docker/Makefile.include                 |   2 +-
.../dockerfiles/debian-all-test-cross.docker  |   4 -
.../dockerfiles/debian-mipsel-cross.docker    | 180 -----------
tests/lcitool/refresh                         |   5 -
11 files changed, 42 insertions(+), 464 deletions(-)
delete mode 100644 tests/docker/dockerfiles/debian-mipsel-cross.docker
[PATCH 0/5] tcg/mips: Remove support for 32-bit hosts
Posted by Philippe Mathieu-Daudé 2 months, 3 weeks ago
32-bit hosts are deprecated since v10.0. 2 releases later (as
of v10.2) we can remove such code. Start with MIPS TCG backend.
Remove related buildsys and testing.

Based-on: <20250820134937.45077-1-philmd@linaro.org>

Philippe Mathieu-Daudé (5):
  docker: Remove 32-bit MIPS toolchain from debian-all-test image
  gitlab: Stop cross-testing for 32-bit MIPS hosts
  docker: Stop building 32-bit MIPS images
  tcg/mips: Check O32/N32/64 ABI definitions actually exist
  tcg/mips: Remove support for 32-bit hosts

 configure                                     |   2 -
 tcg/mips/tcg-target-has.h                     |   2 -
 tcg/mips/tcg-target-reg-bits.h                |   5 +-
 tcg/mips/tcg-target.c.inc                     | 282 +++---------------
 .gitlab-ci.d/container-cross.yml              |   6 -
 .gitlab-ci.d/crossbuilds.yml                  |  14 -
 common-user/host/mips/safe-syscall.inc.S      |   4 +-
 tests/docker/Makefile.include                 |   2 +-
 .../dockerfiles/debian-all-test-cross.docker  |   4 -
 .../dockerfiles/debian-mipsel-cross.docker    | 180 -----------
 tests/lcitool/refresh                         |   5 -
 11 files changed, 42 insertions(+), 464 deletions(-)
 delete mode 100644 tests/docker/dockerfiles/debian-mipsel-cross.docker

-- 
2.51.0


Re: [PATCH 0/5] tcg/mips: Remove support for 32-bit hosts
Posted by Richard Henderson 2 months, 3 weeks ago
On 8/21/25 00:21, Philippe Mathieu-Daudé wrote:
> Philippe Mathieu-Daudé (5):
>    docker: Remove 32-bit MIPS toolchain from debian-all-test image
>    gitlab: Stop cross-testing for 32-bit MIPS hosts
>    docker: Stop building 32-bit MIPS images
>    tcg/mips: Check O32/N32/64 ABI definitions actually exist
>    tcg/mips: Remove support for 32-bit hosts

Modulo the ld2/st2 thing,
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~