Re: [PATCH v4 2/5] accel/tcg: Introduce is_same_page()

2022-08-11 Thread Richard Henderson
On 8/11/22 02:55, Ilya Leoshkevich wrote: Introduce a function that checks whether a given address is on the same page as where disassembly started. Having it improves readability of the following patches. Signed-off-by: Ilya Leoshkevich Reviewed-by: Richard Henderson r~

[PATCH v4 2/5] accel/tcg: Introduce is_same_page()

2022-08-11 Thread Ilya Leoshkevich
Introduce a function that checks whether a given address is on the same page as where disassembly started. Having it improves readability of the following patches. Signed-off-by: Ilya Leoshkevich --- include/exec/translator.h | 10 ++ 1 file changed, 10 insertions(+) diff --git