|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH v3 01/33] accel/tcg: Remove qemu_host_page_size from page_protect/page_unprotect |
Date: | Wed, 3 Jan 2024 16:28:27 +0100 |
User-agent: | Mozilla Thunderbird |
On 2/1/24 02:57, 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: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |