On 10/24/25 12:27, Thomas Huth wrote:
> 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(-)
>
Queued.