]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: Detect and report host SIGILL, SIGFPE, SIGTRAP
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Aug 2023 05:07:41 +0000 (22:07 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 18 Oct 2023 22:34:34 +0000 (15:34 -0700)
commit4a6ebc19a7e2d013a0e2ca79452ea733b1d5b686
tree82f422e651e38ed3343ae8043956c5aa211aebd9
parentf4e1168198a6306c3e337f2b91b1213f5bef52af
linux-user: Detect and report host SIGILL, SIGFPE, SIGTRAP

These signals, when not spoofed via kill(), are always bugs.
Use die_from_signal to report this sensibly.

Acked-by: Helge Deller <deller@gmx.de>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/signal.c