On 9/14/21 12:05 AM, Richard Henderson wrote: > This is the major portion of handle_cpu_signal which is specific > to tcg, handling the page protections for the translations. > Most of the rest will migrate to linux-user/ shortly. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > include/exec/exec-all.h | 12 ++++++ > accel/tcg/user-exec.c | 96 +++++++++++++++++++++++++---------------- > 2 files changed, 72 insertions(+), 36 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>