aboutsummaryrefslogtreecommitdiff
path: root/COPYING
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@sifive.com>2019-10-08 13:51:50 -0700
committerPalmer Dabbelt <palmer@sifive.com>2019-10-28 07:47:27 -0700
commitaacb578fad214383e6803cba35d6e1bce71f4a3f (patch)
tree3244f44dccddb88576e4ea72003b92124baf17ba /COPYING
parente6e03dcffd3583f6fd8148108e65d514b8382c2c (diff)
downloadqemu-aacb578fad214383e6803cba35d6e1bce71f4a3f.zip
qemu-aacb578fad214383e6803cba35d6e1bce71f4a3f.tar.gz
qemu-aacb578fad214383e6803cba35d6e1bce71f4a3f.tar.bz2
RISC-V: Handle bus errors in the page table walker
We directly access physical memory while walking the page tables on RISC-V, but while doing so we were using cpu_ld*() which does not report bus errors. This patch converts the page table walker over to use address_space_ld*(), which allows bus errors to be detected. Signed-off-by: Palmer Dabbelt <palmer@sifive.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions