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