On 27/8/26 06:15, Richard Henderson wrote:
Do not include v9-only features in "max-v8".
Do not include the prohibited v8 features in "max-v9".
In aarch64 tcg mode, define "max" as "max-v9".
Signed-off-by: Richard Henderson <[email protected]>
---
target/arm/internals.h | 3 +-
target/arm/cpu-max.c | 2 +-
target/arm/tcg/cpu-max-v8.c | 2 +-
target/arm/tcg/cpu64.c | 160 ++++++++++++++++++++++------------
target/arm/tcg/stubs32.c | 7 +-
docs/system/arm/emulation.rst | 13 ++-
6 files changed, 128 insertions(+), 59 deletions(-)
Thank you for the help with this! LGTM:
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>