]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg: Remove page_protect
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 27 Mar 2025 21:48:09 +0000 (16:48 -0500)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 22:04:57 +0000 (15:04 -0700)
commitb103cc6e74ac92f070a0e004bd84334e845c20b5
treea67de38225dbbcede28a526e19ebd6312de67cf9
parentaa6f138abada97176598c89a9e4e3a7c3d47cb1e
accel/tcg: Remove page_protect

Merge the user-only page_protect function with the user-only
implementation of tb_lock_page0.  This avoids pulling
page-protection.h into tb-internal.h.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/tb-internal.h
accel/tcg/user-exec.c
include/user/page-protection.h