]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Fix S2 disabled check in S1_ptw_translate
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 1 Oct 2022 16:22:39 +0000 (09:22 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 10 Oct 2022 13:52:24 +0000 (14:52 +0100)
commitbf25b7b079c523c8eeebb35c0f914dd2cf3fba24
treeef7e9264fd24c336a9d18e4705e94292b72d6b32
parentc23f08a56cf01f947e2554339b42f641d5853d32
target/arm: Fix S2 disabled check in S1_ptw_translate

Pass the correct stage2 mmu_idx to regime_translation_disabled,
which we computed afterward.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20221001162318.153420-4-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/ptw.c