]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: GPT_Secure is reserved without FEAT_SEL2
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 26 Sep 2025 00:11:29 +0000 (17:11 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 7 Oct 2025 10:26:10 +0000 (11:26 +0100)
commit11dee1cb2f075185ed93b38ad964995290630041
tree6a2d19f8176501d40dfaf97443730980c3d562d1
parentbd08319bb52cd009f86e9a04af8810f6aa540d8c
target/arm: GPT_Secure is reserved without FEAT_SEL2

For GPT_Secure, if SEL2 is not enabled, raise a GPCF_Walk exception.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-id: 20250926001134.295547-6-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/ptw.c