Re: [PATCH v6 07/21] accel/tcg: Introduce is_same_page()

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

[PATCH v6 07/21] accel/tcg: Introduce is_same_page()

2022-08-18 Thread Richard Henderson
From: 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 Message-Id: <20220811095534.241224-3-...@linux.ibm.com> Reviewed-by: