On 5/4/25 17:50, Richard Henderson wrote:
In the next patch, page_unprotect will need to pass
the CPUState to tb_invalidate_phys_page_unwind.
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
include/user/page-protection.h | 2 +-
accel/tcg/user-exec.c | 8 +++++---
linux-user/elfload.c | 2 +-
3 files changed, 7 insertions(+), 5 deletions(-)
I was not sure this would be acceptable, but this is what we need for
heterogeneous emulation :)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>