aboutsummaryrefslogtreecommitdiff
path: root/hw/m68k/virt.c
diff options
context:
space:
mode:
authorStafford Horne <shorne@gmail.com>2022-06-12 18:59:34 +0900
committerStafford Horne <shorne@gmail.com>2022-09-04 07:02:56 +0100
commit0fd8a106efb6bc2e55b3e9629b106d13a7214570 (patch)
tree8be95e66612b64b611cb20fc9353797aa0470a88 /hw/m68k/virt.c
parent7025114b1cd7683cb7fbef0810577c67aa3cbbd8 (diff)
downloadqemu-0fd8a106efb6bc2e55b3e9629b106d13a7214570.zip
qemu-0fd8a106efb6bc2e55b3e9629b106d13a7214570.tar.gz
qemu-0fd8a106efb6bc2e55b3e9629b106d13a7214570.tar.bz2
target/openrisc: Fix memory reading in debugger
In commit f0655423ca ("target/openrisc: Reorg tlb lookup") data and instruction TLB reads were combined. This, broke debugger reads where we first tried to map using the data tlb then fall back to the instruction tlb. This patch replicates this logic by first requesting a PAGE_READ protection mapping then falling back to PAGE_EXEC. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Stafford Horne <shorne@gmail.com>
Diffstat (limited to 'hw/m68k/virt.c')
0 files changed, 0 insertions, 0 deletions