mbox series

[v3,0/3] target/arm: Enable FEAT_Debugv8p8 for -cpu max

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

Message

Gustavo Romero June 24, 2024, 6:09 p.m. UTC
Enable FEAT_Debugv8p8 on Arm max CPU.

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

v3:
 - Added feature entry to docs/system/arm/emulation.rst
 - Explicitly set t=0 before using it to set DBGDEVID reg.
 - Put indent fix in a separate patch


Cheers,
Gustavo

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

 docs/system/arm/emulation.rst |  1 +
 target/arm/cpu.h              |  2 ++
 target/arm/tcg/cpu32.c        | 35 ++++++++++++++++++++++++++++++-----
 target/arm/tcg/cpu64.c        |  4 ++--
 4 files changed, 35 insertions(+), 7 deletions(-)

Comments

Peter Maydell June 28, 2024, 2:42 p.m. UTC | #1
On Mon, 24 Jun 2024 at 19:09, Gustavo Romero <gustavo.romero@linaro.org> wrote:
>
> Enable FEAT_Debugv8p8 on Arm max CPU.
>
> v2:
>  - Revert to the original comment above call to aa32_max_features()
>
> v3:
>  - Added feature entry to docs/system/arm/emulation.rst
>  - Explicitly set t=0 before using it to set DBGDEVID reg.
>  - Put indent fix in a separate patch



Applied to target-arm.next, thanks.

-- PMM