Home
last modified time | relevance | path

Searched hist:"5 e38ba7dde963414dddc8a83848701b49d0bcb00" (Results 1 – 1 of 1) sorted by relevance

/qemu/accel/tcg/
H A Duser-exec.c5e38ba7dde963414dddc8a83848701b49d0bcb00 Mon Sep 13 02:47:29 UTC 2021 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Split out handle_sigsegv_accerr_write

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.

Reviewed-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
v2: Pass guest address to handle_sigsegv_accerr_write.