Re: [PATCH v16 87/99] target/arm: move arm_cpu_finalize_features into cpu64

2021-06-05 Thread Richard Henderson
On 6/4/21 8:53 AM, Alex Bennée wrote: diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c index fefb6954fc..c762f3f07a 100644 --- a/target/arm/cpu64.c +++ b/target/arm/cpu64.c @@ -469,6 +469,40 @@ static gchar *aarch64_gdb_arch_name(CPUState *cs) return g_strdup("aarch64"); } +void ar

[PATCH v16 87/99] target/arm: move arm_cpu_finalize_features into cpu64

2021-06-04 Thread Alex Bennée
From: Claudio Fontana all the features in arm_cpu_finalize_features are actually TARGET_AARCH64-only now, since KVM is now only supported on 64bit. Therefore move the function to cpu64. Signed-off-by: Claudio Fontana Signed-off-by: Alex Bennée --- target/arm/cpu.c | 36 ++