commit | b8b50f1e9ac8007831c2df1bd0d728f420d5818c | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Aug 22 12:53:19 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Oct 18 15:33:30 2023 -0700 |
tree | 9365601e5f23d15a3ddae866f7deb8179272b38f | |
parent | 912ff698cae8879d981157fd8cca1354248fddcc [diff] |
linux-user: Split out die_with_signal Because we trap so many signals for use by the guest, we have to take extra steps to exit properly. Acked-by: Helge Deller <deller@gmx.de> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>