target/arm: Enable FEAT_Debugv8p8 for -cpu max
authorGustavo Romero <gustavo.romero@linaro.org>
Mon, 24 Jun 2024 18:09:15 +0000 (18:09 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 1 Jul 2024 14:40:53 +0000 (15:40 +0100)
commit02ff2add77099f9deb7d6a18c9b4110572771f6a
tree7373cd9cb16870b04158ee0f9a056f5f70fcc859
parentc5f9e8bb9300d0cae42d2cb19f6a4d340813f8b5
target/arm: Enable FEAT_Debugv8p8 for -cpu max

Enable FEAT_Debugv8p8 for max CPU. This feature is out of scope for QEMU
since it concerns the external debug interface for JTAG, but is
mandatory in Armv8.8 implementations, hence it is reported as supported
in the ID registers.

Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20240624180915.4528-4-gustavo.romero@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
docs/system/arm/emulation.rst
target/arm/tcg/cpu32.c
target/arm/tcg/cpu64.c