mbox series

[v2,0/2] target/arm: Enable FEAT_Debugv8p8 for -cpu max

Message ID 20240621143903.3598230-1-gustavo.romero@linaro.org
Headers show
Series target/arm: Enable FEAT_Debugv8p8 for -cpu max | expand

Message

Gustavo Romero June 21, 2024, 2:39 p.m. UTC
Enable FEAT_Debugv8p8 on Arm max CPU.

v2:
 - Revert to the original comment above call to aa32_max_features()

Gustavo Romero (2):
  target/arm: Move initialization of debug ID registers
  target/arm: Enable FEAT_Debugv8p8 for -cpu max

 target/arm/cpu.h       |  2 ++
 target/arm/tcg/cpu32.c | 34 +++++++++++++++++++++++++++++-----
 target/arm/tcg/cpu64.c |  4 ++--
 3 files changed, 33 insertions(+), 7 deletions(-)

Comments

Richard Henderson June 21, 2024, 4:50 p.m. UTC | #1
On 6/21/24 07:39, Gustavo Romero wrote:
> Gustavo Romero (2):
>    target/arm: Move initialization of debug ID registers
>    target/arm: Enable FEAT_Debugv8p8 for -cpu max

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~