[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 01/33] accel/tcg: Remove qemu_host_page_size from page_pro
From: |
Ilya Leoshkevich |
Subject: |
Re: [PATCH v3 01/33] accel/tcg: Remove qemu_host_page_size from page_protect/page_unprotect |
Date: |
Mon, 29 Jan 2024 10:59:48 +0100 |
On Tue, Jan 02, 2024 at 12:57:36PM +1100, Richard Henderson wrote:
> Use qemu_real_host_page_size instead. Except for the final mprotect
> within page_protect, we already handled host < target page size.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> accel/tcg/user-exec.c | 18 ++++++++++--------
> 1 file changed, 10 insertions(+), 8 deletions(-)
Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>
- [PATCH v3 00/33] linux-user: Improve host and guest page size handling, Richard Henderson, 2024/01/01
- [PATCH v3 01/33] accel/tcg: Remove qemu_host_page_size from page_protect/page_unprotect, Richard Henderson, 2024/01/01
- [PATCH v3 02/33] linux-user: Adjust SVr4 NULL page mapping, Richard Henderson, 2024/01/01
- [PATCH v3 03/33] linux-user: Remove qemu_host_page_{size, mask} in probe_guest_base, Richard Henderson, 2024/01/01
- [PATCH v3 04/33] linux-user: Remove qemu_host_page_size from create_elf_tables, Richard Henderson, 2024/01/01
- [PATCH v3 05/33] linux-user/hppa: Simplify init_guest_commpage, Richard Henderson, 2024/01/01