On 4/29/25 06:22, Peter Maydell wrote:
The TYPE_AARCH64_CPU class is an abstract type that is the parent of
all the AArch64 CPUs.  It now has no special behaviour of its own, so
we can eliminate it and make the AArch64 CPUs directly inherit from
TYPE_ARM_CPU.

Signed-off-by: Peter Maydell<peter.mayd...@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé<phi...@linaro.org>
---
  target/arm/cpu-qom.h   |  5 -----
  target/arm/cpu.h       |  4 ----
  target/arm/internals.h |  1 -
  target/arm/cpu64.c     | 49 +-----------------------------------------
  target/arm/tcg/cpu64.c |  2 +-
  5 files changed, 2 insertions(+), 59 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to