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

Gustavo Romero posted 3 patches 2 months, 2 weeks ago
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(-)
[PATCH v3 0/3] target/arm: Enable FEAT_Debugv8p8 for -cpu max
Posted by Gustavo Romero 2 months, 2 weeks ago
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(-)

-- 
2.34.1
Re: [PATCH v3 0/3] target/arm: Enable FEAT_Debugv8p8 for -cpu max
Posted by Peter Maydell 2 months, 1 week ago
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