target/arm: Fix physical address resolution for Stage2
commit9d2617ac7d3139d870ba14204aedd74395990192
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 26 Jan 2023 23:31:34 +0000 (26 13:31 -1000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 3 Feb 2023 12:59:21 +0000 (3 12:59 +0000)
tree659be43d038c8686727a6c129872ba3432f199be
parenta431ab0e4ef7fcff4349fd8453d0ea5f06ec2617
target/arm: Fix physical address resolution for Stage2

Conversion to probe_access_full missed applying the page offset.

Cc: qemu-stable@nongnu.org
Reported-by: Sid Manning <sidneym@quicinc.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20230126233134.103193-1-richard.henderson@linaro.org
Fixes: f3639a64f602 ("target/arm: Use softmmu tlbs for page table walking")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/ptw.c