Re: [PATCH v3 1/3] linux-user: Split out die_with_signal
On 22/8/23 22:34, Richard Henderson wrote: Because we trap so many signals for use by the guest, we have to take extra steps to exit properly. Signed-off-by: Richard Henderson --- linux-user/signal.c | 52 - 1 file changed, 28 insertions(+), 24 del
[PATCH v3 1/3] 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. Signed-off-by: Richard Henderson --- linux-user/signal.c | 52 - 1 file changed, 28 insertions(+), 24 deletions(-) diff --git a/linux-user/signal.c b/l