[PATCH v3 0/9] tcg: Remove support for 32-bit mips/ppc hosts

Richard Henderson posted 9 patches 3 weeks, 6 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251017163206.344542-1-richard.henderson@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>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@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>
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                | 331 +++----------------
tcg/ppc/tcg-target.c.inc                 | 391 +++++------------------
16 files changed, 154 insertions(+), 714 deletions(-)
[PATCH v3 0/9] tcg: Remove support for 32-bit mips/ppc hosts
Posted by Richard Henderson 3 weeks, 6 days ago
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 v3:
 - Remove more 32-bit code from mips tcg_out_call_int (phil)
 - Remove all reference to dup2_vec from ppc64.
 - Swap order of ppc dead cases removal patch.

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.


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                | 331 +++----------------
 tcg/ppc/tcg-target.c.inc                 | 391 +++++------------------
 16 files changed, 154 insertions(+), 714 deletions(-)

-- 
2.43.0