]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/ptw.c
target/arm: Plumb debug into S1Translate
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 11 Oct 2022 03:18:55 +0000 (20:18 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Oct 2022 10:27:49 +0000 (11:27 +0100)
commit4a35855682cebb89f9630b07aa9fd37c4e8c733b
treefd5325b76f7dcd7fd6acf75c7bd911bd7d6d02ab
parent6d2654ffacea813916176c5df27958098b20af6a
target/arm: Plumb debug into S1Translate

Before using softmmu page tables for the ptw, plumb down
a debug parameter so that we can query page table entries
from gdbstub without modifying cpu state.

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