target/arm: Move 64-bit TCG CPUs into tcg/
authorFabiano Rosas <farosas@suse.de>
Wed, 26 Apr 2023 18:00:05 +0000 (15:00 -0300)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 2 May 2023 09:21:32 +0000 (10:21 +0100)
commit39920a04952b67fb1fce8fc3519ac18b7a95f3f3
tree7e918d8d65075eaf4ca2f527ccd2ec286077cc58
parentfcab465e264e18ca74f0513b8f5b682c3362ed7f
target/arm: Move 64-bit TCG CPUs into tcg/

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 <farosas@suse.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20230426180013.14814-6-farosas@suse.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt.c
target/arm/cpu64.c
target/arm/internals.h
target/arm/tcg/cpu64.c [new file with mode: 0644]
target/arm/tcg/meson.build