Re: [PATCH v4 01/10] linux-user: Split out die_with_signal
On 23/8/23 07:16, 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 v4 01/10] 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