Re: [PATCH v6 21/21] target/riscv: Make translator stop before the end of a page

2022-08-21 Thread Alistair Francis
On Fri, Aug 19, 2022 at 1:39 PM Richard Henderson wrote: > > 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-proj

[PATCH v6 21/21] target/riscv: Make translator stop before the end of a page

2022-08-18 Thread Richard Henderson
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 Signed-off-by: Richard Henderson --- target/