linux-user: Only register handlers for core_dump_signal by default
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 22 Aug 2023 21:55:03 +0000 (14:55 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 18 Oct 2023 22:33:53 +0000 (15:33 -0700)
commitdbde2c0c0eec5f9d6228fd418a127def561ea516
tree6281e7b946587b4cbade93a2256cc56813fb1217
parent7dfd3ca8d95f9962cdd2ebdfcdd699279b98fa18
linux-user: Only register handlers for core_dump_signal by default

The set of fatal signals is really immaterial.  If one arrives,
and is unhandled, then the qemu process dies and the parent gets
the correct signal.

It is only for those signals which we would like to perform a
guest core dump instead of a host core dump that we need to catch.

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