]> xenbits.xensource.com Git - qemu-xen.git/commit
target/arm: Update qemu-system-arm -cpu max to cortex-a57
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 6 May 2022 18:02:24 +0000 (13:02 -0500)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 9 May 2022 10:47:53 +0000 (11:47 +0100)
commit7e834daf0abe785041804a63f6b65b095ece8e6c
treec5e89ad65fa42f0d43579a17e24facfa2792074c
parent7c1aaf98ff6b06e96de1a25fa8e3214eb402bd77
target/arm: Update qemu-system-arm -cpu max to cortex-a57

Instead of starting with cortex-a15 and adding v8 features to
a v7 cpu, begin with a v8 cpu stripped of its aarch64 features.
This fixes the long-standing to-do where we only enabled v8
features for user-only.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220506180242.216785-7-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu_tcg.c