From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: philmd@linaro.org, alex.bennee@linaro.org
Subject: [PATCH v2 0/9] tcg: Remove support for 32-bit mips/ppc hosts
Date: Wed, 15 Oct 2025 14:38:34 -0700 [thread overview]
Message-ID: <20251015213843.14277-1-richard.henderson@linaro.org> (raw)
While all 32-bit hosts are deprecated, I have been unable to test
either of these hosts for quite some time. Let's remove them first.
Changes for v2:
- I'm going to leave Phil's docker changes to Alex, since there was
some issue with build images vs cross-testing images.
- There was a error in the v1 ppc configure update, a 'fi' not
removed with its corresponding 'if'. There
- Additional cleanups for both mips and ppc64.
I've tested the result on ppc64le (cfarm120) and ppc64 (cfarm121),
but have only done a cross-build for mips64el.
r~
Philippe Mathieu-Daudé (7):
gitlab: Stop cross-testing for 32-bit MIPS hosts
buildsys: Remove support for 32-bit MIPS hosts
kvm/mips: Remove support for 32-bit hosts
tcg/mips: Remove support for O32 and N32 ABIs
tcg/mips: Remove support for 32-bit hosts
buildsys: Remove support for 32-bit PPC hosts
tcg/ppc: Remove support for 32-bit hosts
Richard Henderson (2):
tcg/mips: Remove ALIAS_PADD, ALIAS_PADDI
tcg/ppc: Remove dead cases from tcg_target_op_def
include/qemu/timer.h | 13 +-
tcg/mips/tcg-target-has.h | 2 -
tcg/mips/tcg-target-reg-bits.h | 8 +-
tcg/ppc/tcg-target-has.h | 5 +-
tcg/ppc/tcg-target-reg-bits.h | 8 +-
disas/disas-host.c | 4 +-
util/cacheflush.c | 4 +-
.gitlab-ci.d/container-cross.yml | 6 -
.gitlab-ci.d/crossbuilds.yml | 14 -
common-user/host/mips/safe-syscall.inc.S | 35 --
configure | 26 +-
docs/about/deprecated.rst | 13 +-
docs/about/removed-features.rst | 6 +
meson.build | 2 -
tcg/mips/tcg-target.c.inc | 319 +++---------------
tcg/ppc/tcg-target.c.inc | 391 +++++------------------
16 files changed, 152 insertions(+), 704 deletions(-)
--
2.43.0
next reply other threads:[~2025-10-15 21:39 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-15 21:38 Richard Henderson [this message]
2025-10-15 21:38 ` [PATCH v2 1/9] gitlab: Stop cross-testing for 32-bit MIPS hosts Richard Henderson
2025-10-16 7:59 ` Daniel P. Berrangé
2025-10-16 20:49 ` Richard Henderson
2025-10-15 21:38 ` [PATCH v2 2/9] buildsys: Remove support " Richard Henderson
2025-10-15 21:38 ` [PATCH v2 3/9] kvm/mips: Remove support for 32-bit hosts Richard Henderson
2025-10-15 21:38 ` [PATCH v2 4/9] tcg/mips: Remove support for O32 and N32 ABIs Richard Henderson
2025-10-16 5:54 ` Philippe Mathieu-Daudé
2025-10-15 21:38 ` [PATCH v2 5/9] tcg/mips: Remove support for 32-bit hosts Richard Henderson
2025-10-15 21:38 ` [PATCH v2 6/9] tcg/mips: Remove ALIAS_PADD, ALIAS_PADDI Richard Henderson
2025-10-16 5:53 ` Philippe Mathieu-Daudé
2025-10-16 6:28 ` Thomas Huth
2025-10-15 21:38 ` [PATCH v2 7/9] buildsys: Remove support for 32-bit PPC hosts Richard Henderson
2025-10-16 6:30 ` Thomas Huth
2025-10-15 21:38 ` [PATCH v2 8/9] tcg/ppc: Remove support for 32-bit hosts Richard Henderson
2025-10-15 22:04 ` Richard Henderson
2025-10-15 21:38 ` [PATCH v2 9/9] tcg/ppc: Remove dead cases from tcg_target_op_def Richard Henderson
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=20251015213843.14277-1-richard.henderson@linaro.org \
--to=richard.henderson@linaro.org \
--cc=alex.bennee@linaro.org \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
/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).