Re: [PATCH 05/16] target/arm: Split out arm32_max_features

2022-04-11 Thread Peter Maydell
On Sat, 9 Apr 2022 at 01:14, Richard Henderson wrote: > > Share the code to set AArch32 max features so that we no > longer have code drift between qemu{-system,}-{arm,aarch64}. > > Signed-off-by: Richard Henderson > --- > target/arm/internals.h | 2 + > target/arm/cpu64.c | 51 +-

[PATCH 05/16] target/arm: Split out arm32_max_features

2022-04-08 Thread Richard Henderson
Share the code to set AArch32 max features so that we no longer have code drift between qemu{-system,}-{arm,aarch64}. Signed-off-by: Richard Henderson --- target/arm/internals.h | 2 + target/arm/cpu64.c | 51 + target/arm/cpu_tcg.c | 121 ++--