On 26/4/23 20:00, Fabiano Rosas wrote:
Move the 64-bit CPUs that are TCG-only:
- cortex-a35
- cortex-a55
- cortex-a72
- cortex-a76
- a64fx
- neoverse-n1

Keep the CPUs that can be used with KVM:
- cortex-a57
- cortex-a53
- max
- host

Signed-off-by: Fabiano Rosas <faro...@suse.de>
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
---
  hw/arm/virt.c              |   6 +-
  target/arm/cpu64.c         | 687 +----------------------------------
  target/arm/internals.h     |   4 +
  target/arm/tcg/cpu64.c     | 723 +++++++++++++++++++++++++++++++++++++
  target/arm/tcg/meson.build |   1 +
  5 files changed, 735 insertions(+), 686 deletions(-)
  create mode 100644 target/arm/tcg/cpu64.c

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to