]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm/ptw: Pass ARMSecurityState to regime_translation_disabled()
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 22 Aug 2023 16:31:06 +0000 (17:31 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 22 Aug 2023 16:31:06 +0000 (17:31 +0100)
commitd1289140a009f17633a1badeeddcff5746c258c9
treef99957d4435e0a88c3169b13e0f3eacd586a7baa
parenta5637bec4c8989373f70c3d2841988c967fc4642
target/arm/ptw: Pass ARMSecurityState to regime_translation_disabled()

Plumb the ARMSecurityState through to regime_translation_disabled()
rather than just a bool is_secure.

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