]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Implement FEAT_SCTLR2 and enable with -cpu max
authorGustavo Romero <gustavo.romero@linaro.org>
Tue, 26 Aug 2025 10:21:28 +0000 (11:21 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Sat, 30 Aug 2025 15:37:22 +0000 (16:37 +0100)
commit8a60ffe9a8f46ed514656eb4a40d1386c439daf8
tree1996024bd522336c13fc8b89f0e95eac9e0032b5
parent84249d026bc3878c196ecd3e8558609ba9260eb6
target/arm: Implement FEAT_SCTLR2 and enable with -cpu max

Add FEAT_SCTLR2, which introduces the SCTLR2_EL1, SCTLR2_EL2, and
SCTLR2_EL3 registers. These registers are extensions of the SCTLR_ELx
ones.

Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250727074202.83141-4-richard.henderson@linaro.org
Message-ID: <20250711140828.1714666-4-gustavo.romero@linaro.org>
[rth: Remove FEAT_MEC code; handle SCR and HCRX enable bits.]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
docs/system/arm/emulation.rst
target/arm/cpu-features.h
target/arm/cpu.c
target/arm/cpu.h
target/arm/helper.c
target/arm/internals.h
target/arm/tcg/cpu64.c