On Sun, 17 Apr 2022 at 19:37, Richard Henderson <richard.hender...@linaro.org> 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 <richard.hender...@linaro.org> > --- > target/arm/internals.h | 2 + > target/arm/cpu64.c | 50 +----------------- > target/arm/cpu_tcg.c | 114 ++++++++++++++++++++++------------------- > 3 files changed, 65 insertions(+), 101 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM