[PATCH 0/3] tcg/ppc: Remove support for 32-bit hosts

Philippe Mathieu-Daudé posted 3 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251014173900.87497-1-philmd@linaro.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Thomas Huth <thuth@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>
configure                                     |  13 +-
include/qemu/host-utils.h                     |   2 +-
include/qemu/timer.h                          |  13 +-
tcg/ppc/tcg-target-has.h                      |   5 +-
tcg/ppc/tcg-target-reg-bits.h                 |   8 +-
disas/disas-host.c                            |   4 +-
util/cacheflush.c                             |   4 +-
tcg/ppc/tcg-target.c.inc                      | 383 ++++--------------
.../dockerfiles/debian-all-test-cross.docker  |   1 -
9 files changed, 86 insertions(+), 347 deletions(-)
[PATCH 0/3] tcg/ppc: Remove support for 32-bit hosts
Posted by Philippe Mathieu-Daudé 1 month ago
32-bit hosts are deprecated since v10.0. 2 releases later
(as of v10.2) we can remove such code. We removed the MIPS
TCG backend [*], follow with PPC. Remove related buildsys
and testing.

[*] https://lore.kernel.org/qemu-devel/20251009195210.33161-1-philmd@linaro.org/

Philippe Mathieu-Daudé (3):
  tcg/ppc: Remove support for 32-bit hosts
  docker: Stop building 32-bit PowerPC images
  buildsys: Remove support for 32-bit PPC hosts

 configure                                     |  13 +-
 include/qemu/host-utils.h                     |   2 +-
 include/qemu/timer.h                          |  13 +-
 tcg/ppc/tcg-target-has.h                      |   5 +-
 tcg/ppc/tcg-target-reg-bits.h                 |   8 +-
 disas/disas-host.c                            |   4 +-
 util/cacheflush.c                             |   4 +-
 tcg/ppc/tcg-target.c.inc                      | 383 ++++--------------
 .../dockerfiles/debian-all-test-cross.docker  |   1 -
 9 files changed, 86 insertions(+), 347 deletions(-)

-- 
2.51.0