]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user: Add cpu_loop_exit_sigsegv
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 18 Sep 2021 00:32:56 +0000 (17:32 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Nov 2021 11:00:52 +0000 (07:00 -0400)
commit72d2bbf9ff3e1edf5d57b53149eeaa36f19fb891
tree6a99451d40f398e90b2421aec5da2a30c591e4b2
parent09e94676ade52708cbece8fd4bd255a25b6ee475
linux-user: Add cpu_loop_exit_sigsegv

This is a new interface to be provided by the os emulator for
raising SIGSEGV on fault.  Use the new record_sigsegv target hook.

Reviewed by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/user-exec.c
include/exec/exec-all.h
linux-user/signal.c