[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 27/30] bsd-user/signal.c: process_pending_signals
|
From: |
Peter Maydell |
|
Subject: |
Re: [PATCH 27/30] bsd-user/signal.c: process_pending_signals |
|
Date: |
Fri, 14 Jan 2022 11:55:25 +0000 |
On Sun, 9 Jan 2022 at 16:57, Warner Losh <imp@bsdimp.com> wrote:
>
> Process the currently queued signals.
>
> Signed-off-by: Stacey Son <sson@FreeBSD.org>
> Signed-off-by: Kyle Evans <kevans@freebsd.org>
> Signed-off-by: Warner Losh <imp@bsdimp.com>
> ---
> bsd-user/signal.c | 34 ++++++++++++++++++++++++++++++++++
> 1 file changed, 34 insertions(+)
>
> diff --git a/bsd-user/signal.c b/bsd-user/signal.c
> index c954d0f4f37..1dd6dbb4ee1 100644
> --- a/bsd-user/signal.c
> +++ b/bsd-user/signal.c
> @@ -781,6 +781,40 @@ static void handle_pending_signal(CPUArchState *cpu_env,
> int sig,
>
> void process_pending_signals(CPUArchState *cpu_env)
I won't review this, because I favour using the logic that
linux-user does here.
-- PMM
- Re: [PATCH 22/30] bsd-user/signal.c: Fill in queue_signal, (continued)
[PATCH 26/30] bsd-user/signal.c: tswap_siginfo, Warner Losh, 2022/01/09
[PATCH 28/30] bsd-user/signal.c: implement do_sigreturn, Warner Losh, 2022/01/09
[PATCH 29/30] bsd-user/signal.c: implement do_sigaction, Warner Losh, 2022/01/09
[PATCH 27/30] bsd-user/signal.c: process_pending_signals, Warner Losh, 2022/01/09
- Re: [PATCH 27/30] bsd-user/signal.c: process_pending_signals,
Peter Maydell <=
[PATCH 30/30] bsd-user/signal.c: do_sigaltstack, Warner Losh, 2022/01/09
[PATCH 16/30] bsd-user/signal.c: host_to_target_siginfo_noswap, Warner Losh, 2022/01/09
Re: [PATCH 16/30] bsd-user/signal.c: host_to_target_siginfo_noswap, Richard Henderson, 2022/01/23