qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] tcg/mips: Remove support for 32-bit hosts
@ 2025-08-20 14:21 Philippe Mathieu-Daudé
  2025-08-20 14:21 ` [PATCH 1/5] docker: Remove 32-bit MIPS toolchain from debian-all-test image Philippe Mathieu-Daudé
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-08-20 14:21 UTC (permalink / raw)
  To: qemu-devel
  Cc: Aleksandar Rikalo, Riku Voipio, Aurelien Jarno, Alex Bennée,
	Richard Henderson, Philippe Mathieu-Daudé, Paolo Bonzini,
	Thomas Huth, Huacai Chen, Jiaxun Yang

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



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

end of thread, other threads:[~2025-08-25 12:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-20 14:21 [PATCH 0/5] tcg/mips: Remove support for 32-bit hosts Philippe Mathieu-Daudé
2025-08-20 14:21 ` [PATCH 1/5] docker: Remove 32-bit MIPS toolchain from debian-all-test image Philippe Mathieu-Daudé
2025-08-22 11:23   ` Alex Bennée
2025-08-22 14:49     ` Philippe Mathieu-Daudé
2025-08-20 14:21 ` [PATCH 2/5] gitlab: Stop cross-testing for 32-bit MIPS hosts Philippe Mathieu-Daudé
2025-08-25 12:31   ` Thomas Huth
2025-08-20 14:21 ` [PATCH 3/5] docker: Stop building 32-bit MIPS images Philippe Mathieu-Daudé
2025-08-25 12:33   ` Thomas Huth
2025-08-20 14:21 ` [PATCH 4/5] tcg/mips: Check O32/N32/64 ABI definitions actually exist Philippe Mathieu-Daudé
2025-08-21 21:09   ` Richard Henderson
2025-08-20 14:21 ` [PATCH 5/5] tcg/mips: Remove support for 32-bit hosts Philippe Mathieu-Daudé
2025-08-21 20:48 ` [PATCH 0/5] " 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).