]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Fix GPT fault type for address outside PPS
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 26 Sep 2025 00:11:32 +0000 (17:11 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 7 Oct 2025 10:26:10 +0000 (11:26 +0100)
commita0f1bb0dfeb2c8cd806349aa5938d9aab6ef1d61
treea1452f7b08bdde690cbd9d054a95a33226c8eb76
parent59bcd13b64bf54b35acac8a364b569964d7e0461
target/arm: Fix GPT fault type for address outside PPS

The GPT address size fault is for the table itself.  The physical
address being checked gets Granule protection fault at Level 0 (R_JFFHB).

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