From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Daniel P. Berrangé" <berrange@redhat.com>,
"Thomas Huth" <thuth@redhat.com>,
qemu-arm@nongnu.org, "Paolo Bonzini" <pbonzini@redhat.com>,
"Gerd Hoffmann" <kraxel@redhat.com>,
"John Snow" <jsnow@redhat.com>, "Cleber Rosa" <crosa@redhat.com>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Alex Bennée" <alex.bennee@linaro.org>
Subject: [PATCH-for-10.2 0/2] tcg: Remove support for 32-bit arm hosts
Date: Mon, 17 Nov 2025 16:41:52 +0100 [thread overview]
Message-ID: <20251117154154.79090-1-philmd@linaro.org> (raw)
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
next reply other threads:[~2025-11-17 15:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-17 15:41 Philippe Mathieu-Daudé [this message]
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é
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251117154154.79090-1-philmd@linaro.org \
--to=philmd@linaro.org \
--cc=alex.bennee@linaro.org \
--cc=berrange@redhat.com \
--cc=crosa@redhat.com \
--cc=jsnow@redhat.com \
--cc=kraxel@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).