Re: [PATCH v9 02/10] target/arm: Move 64-bit TCG CPUs into tcg/

2023-04-11 Thread Peter Maydell
On Mon, 13 Mar 2023 at 15:11, 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 > > For the special case

[PATCH v9 02/10] target/arm: Move 64-bit TCG CPUs into tcg/

2023-03-13 Thread Fabiano Rosas
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 For the special case "max" CPU, there's a nuance that while KVM/HVF use the "host" model instead, we st