You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/tests/tcg/riscv64
Richard Henderson 00c07344fa target/riscv: Make translator stop before the end of a page
Right now the translator stops right *after* the end of a page, which
breaks reporting of fault locations when the last instruction of a
multi-insn translation block crosses a page boundary.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1155
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
Tested-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2 years ago
..
Makefile.softmmu-target target/riscv: Set env->bins in gen_exception_illegal 2 years ago
Makefile.target target/riscv: Make translator stop before the end of a page 2 years ago
issue1060.S target/riscv: Set env->bins in gen_exception_illegal 2 years ago
noexec.c target/riscv: Make translator stop before the end of a page 2 years ago
semicall.h
semihost.ld target/riscv: Set env->bins in gen_exception_illegal 2 years ago
test-div.c