]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Use get_phys_addr_with_struct in S1_ptw_translate
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 23 Jun 2023 10:15:47 +0000 (11:15 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 23 Jun 2023 10:15:47 +0000 (11:15 +0100)
commitfe4a5472ccd62a6d10fa4b4f518a5dc707e62efd
tree1323506981409a3b5141fa3adf9938fa0032dfbd
parent4a7d7702cdfa776567535e55bdfb0a25f9c73d6f
target/arm: Use get_phys_addr_with_struct in S1_ptw_translate

Do not provide a fast-path for physical addresses,
as those will need to be validated for GPC.

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