[PATCH 3/9] accel/tcg: Remove page_protect

2025-03-28 Thread Richard Henderson
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. Signed-off-by: Richard Henderson --- accel/tcg/tb-internal.h| 11 +++ include/user/page-protection.h | 1 - accel/tcg/user-exe

Re: [PATCH 3/9] accel/tcg: Remove page_protect

2025-03-28 Thread Pierrick Bouvier
On 3/28/25 13:04, Richard Henderson wrote: 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. Signed-off-by: Richard Henderson --- accel/tcg/tb-internal.h| 11 +++ include/us