qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] tcg/ppc: Remove support for 32-bit hosts
@ 2025-10-14 17:38 Philippe Mathieu-Daudé
  2025-10-14 17:38 ` [PATCH 1/3] " Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-10-14 17:38 UTC (permalink / raw)
  To: qemu-devel
  Cc: Thomas Huth, Philippe Mathieu-Daudé, Paolo Bonzini, qemu-ppc,
	Alex Bennée, Richard Henderson

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



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

end of thread, other threads:[~2025-10-14 23:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-14 17:38 [PATCH 0/3] tcg/ppc: Remove support for 32-bit hosts Philippe Mathieu-Daudé
2025-10-14 17:38 ` [PATCH 1/3] " Philippe Mathieu-Daudé
2025-10-14 17:38 ` [PATCH 2/3] docker: Stop building 32-bit PowerPC images Philippe Mathieu-Daudé
2025-10-14 23:48   ` Alex Bennée
2025-10-14 17:38 ` [PATCH 3/3] buildsys: Remove support for 32-bit PPC hosts 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).