]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Add is_secure parameter to get_phys_addr_lpae
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 1 Oct 2022 16:22:38 +0000 (09:22 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 10 Oct 2022 13:52:24 +0000 (14:52 +0100)
commitc23f08a56cf01f947e2554339b42f641d5853d32
tree684e12220378a3435a0e1ed0fa523c61321a22aa
parent9b5ba97ac77889b9bf7d27d40da232ee8ff40b09
target/arm: Add is_secure parameter to get_phys_addr_lpae

Remove the use of regime_is_secure from get_phys_addr_lpae,
using the new parameter instead.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20221001162318.153420-3-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/ptw.c