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

Gustavo Romero posted 2 patches 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240621143903.3598230-1-gustavo.romero@linaro.org
Maintainers: Peter Maydell <peter.maydell@linaro.org>
There is a newer version of this series
target/arm/cpu.h       |  2 ++
target/arm/tcg/cpu32.c | 34 +++++++++++++++++++++++++++++-----
target/arm/tcg/cpu64.c |  4 ++--
3 files changed, 33 insertions(+), 7 deletions(-)
[PATCH v2 0/2] target/arm: Enable FEAT_Debugv8p8 for -cpu max
Posted by Gustavo Romero 5 months ago
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(-)

-- 
2.34.1
Re: [PATCH v2 0/2] target/arm: Enable FEAT_Debugv8p8 for -cpu max
Posted by Richard Henderson 5 months ago
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~