]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Pass an ARMSecuritySpace to arm_is_el2_enabled_secstate()
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 22 Aug 2023 16:31:07 +0000 (17:31 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 22 Aug 2023 16:31:07 +0000 (17:31 +0100)
commit4477020d3811d0509241d0b752015f1ead2196bc
treeca8ee118686cc2f937406a96bed79d2c33d8d953
parent2d12bb96bdb8ccded608e56af8c644602b2bebf7
target/arm: Pass an ARMSecuritySpace to arm_is_el2_enabled_secstate()

Pass an ARMSecuritySpace instead of a bool secure to
arm_is_el2_enabled_secstate(). This doesn't change behaviour.

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