All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] target/ppc: Removal of the unusable e200 CPUs
@ 2025-10-24  6:57 Thomas Huth
  2025-10-24  6:57 ` [PATCH v2 1/2] target/ppc/cpu_init: Simplify the setup of the TLBxCFG SPR registers Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Thomas Huth @ 2025-10-24  6:57 UTC (permalink / raw)
  To: Nicholas Piggin, Chinmay Rath, qemu-ppc
  Cc: qemu-devel, Harsh Prateek Bora, Cédric Le Goater

The second patch removes the unused e200 CPUs, see its patch description
for the rationale.

Since the removal of the code causes GCC to inline another function,
this suddenly triggered a false compiler warning, so we have to
rework the related code first (see the first patch).

Thomas Huth (2):
  target/ppc/cpu_init: Simplify the setup of the TLBxCFG SPR registers
  target/ppc: Remove the unusable e200 CPUs

 target/ppc/cpu-models.h |   4 -
 target/ppc/cpu-models.c |   5 --
 target/ppc/cpu_init.c   | 185 +++-------------------------------------
 3 files changed, 14 insertions(+), 180 deletions(-)

-- 
2.51.0



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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-24  6:57 [PATCH v2 0/2] target/ppc: Removal of the unusable e200 CPUs Thomas Huth
2025-10-24  6:57 ` [PATCH v2 1/2] target/ppc/cpu_init: Simplify the setup of the TLBxCFG SPR registers Thomas Huth
2025-10-24  6:57 ` [PATCH v2 2/2] target/ppc: Remove the unusable e200 CPUs Thomas Huth
2025-10-24  7:04   ` Philippe Mathieu-Daudé
2025-10-24 10:13 ` [PATCH v2 0/2] target/ppc: Removal of " Harsh Prateek Bora

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.