qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH-for-10.2 0/2] tcg: Remove support for 32-bit arm hosts
@ 2025-11-17 15:41 Philippe Mathieu-Daudé
  2025-11-17 15:41 ` [PATCH-for-10.2 1/2] gitlab: Stop cross-testing for 32-bit ARM hosts Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-11-17 15:41 UTC (permalink / raw)
  To: qemu-devel
  Cc: Daniel P. Berrangé, Thomas Huth, qemu-arm, Paolo Bonzini,
	Gerd Hoffmann, John Snow, Cleber Rosa, Marc-André Lureau,
	Philippe Mathieu-Daudé, Alex Bennée

32-bit hosts are deprecated since QEMU v10.0.0; we already
removed support for MIPS and PPC hosts. Time for ARM removal.

Based-on: <20251117140420.62193-1-philmd@linaro.org>
          "roms: Do not try to build EDK2 for 32-bit ARM on Fedora"
Based-on: <20251117153756.78830-1-philmd@linaro.org>
          "docs: Mention 32-bit PPC host as removed"

Philippe Mathieu-Daudé (2):
  gitlab: Stop cross-testing for 32-bit ARM hosts
  buildsys: Remove support for 32-bit ARM hosts

 MAINTAINERS                                   |    6 -
 docs/about/removed-features.rst               |    4 +-
 configure                                     |   39 -
 meson.build                                   |    5 +-
 linux-user/include/host/arm/host-signal.h     |   43 -
 tcg/arm/tcg-target-con-set.h                  |   47 -
 tcg/arm/tcg-target-con-str.h                  |   26 -
 tcg/arm/tcg-target-has.h                      |   73 -
 tcg/arm/tcg-target-mo.h                       |   13 -
 tcg/arm/tcg-target-reg-bits.h                 |   12 -
 tcg/arm/tcg-target.h                          |   73 -
 tcg/arm/tcg-target-opc.h.inc                  |   16 -
 tcg/arm/tcg-target.c.inc                      | 3489 -----------------
 .gitlab-ci.d/container-cross.yml              |    6 -
 .gitlab-ci.d/crossbuilds.yml                  |    7 -
 common-user/host/arm/safe-syscall.inc.S       |  108 -
 python/qemu/utils/accel.py                    |    1 -
 roms/edk2-build.py                            |    4 -
 .../dockerfiles/debian-armhf-cross.docker     |  188 -
 tests/docker/dockerfiles/debian-bootstrap.pre |    5 +-
 tests/lcitool/refresh                         |    5 -
 21 files changed, 4 insertions(+), 4166 deletions(-)
 delete mode 100644 linux-user/include/host/arm/host-signal.h
 delete mode 100644 tcg/arm/tcg-target-con-set.h
 delete mode 100644 tcg/arm/tcg-target-con-str.h
 delete mode 100644 tcg/arm/tcg-target-has.h
 delete mode 100644 tcg/arm/tcg-target-mo.h
 delete mode 100644 tcg/arm/tcg-target-reg-bits.h
 delete mode 100644 tcg/arm/tcg-target.h
 delete mode 100644 tcg/arm/tcg-target-opc.h.inc
 delete mode 100644 tcg/arm/tcg-target.c.inc
 delete mode 100644 common-user/host/arm/safe-syscall.inc.S
 delete mode 100644 tests/docker/dockerfiles/debian-armhf-cross.docker

-- 
2.51.0



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

end of thread, other threads:[~2025-11-17 17:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-17 15:41 [PATCH-for-10.2 0/2] tcg: Remove support for 32-bit arm hosts Philippe Mathieu-Daudé
2025-11-17 15:41 ` [PATCH-for-10.2 1/2] gitlab: Stop cross-testing for 32-bit ARM hosts Philippe Mathieu-Daudé
2025-11-17 16:54   ` Alex Bennée
2025-11-17 15:41 ` [PATCH-for-10.2 2/2] buildsys: Remove support " Philippe Mathieu-Daudé
2025-11-17 15:59 ` [PATCH-for-10.2 0/2] tcg: Remove support for 32-bit arm hosts Peter Maydell
2025-11-17 17:04   ` Philippe Mathieu-Daudé

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).