Re: [PATCH v3 2/4] target/s390x: Make translator stop before the end of a page

2022-08-10 Thread Richard Henderson
On 8/8/22 10:10, Ilya Leoshkevich wrote: Right now 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. Signed-off-by: Ilya Leoshkevich --- include/exec/translator.h

Re: [PATCH v3 2/4] target/s390x: Make translator stop before the end of a page

2022-08-10 Thread Richard Henderson
On 8/8/22 10:10, Ilya Leoshkevich wrote: Right now 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. Signed-off-by: Ilya Leoshkevich --- include/exec/translator.h

[PATCH v3 2/4] target/s390x: Make translator stop before the end of a page

2022-08-08 Thread Ilya Leoshkevich
Right now 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. Signed-off-by: Ilya Leoshkevich --- include/exec/translator.h| 10 ++