Re: [PATCH 27/30] bsd-user/signal.c: process_pending_signals

2022-01-16 Thread Warner Losh
On Fri, Jan 14, 2022 at 4:55 AM Peter Maydell wrote: > On Sun, 9 Jan 2022 at 16:57, Warner Losh wrote: > > > > Process the currently queued signals. > > > > Signed-off-by: Stacey Son > > Signed-off-by: Kyle Evans > > Signed-off-by: Warner Losh > > --- > > bsd-user/signal.c | 34

Re: [PATCH 27/30] bsd-user/signal.c: process_pending_signals

2022-01-14 Thread Peter Maydell
On Sun, 9 Jan 2022 at 16:57, Warner Losh wrote: > > Process the currently queued signals. > > Signed-off-by: Stacey Son > Signed-off-by: Kyle Evans > Signed-off-by: Warner Losh > --- > bsd-user/signal.c | 34 ++ > 1 file changed, 34 insertions(+) > > diff --git

[PATCH 27/30] bsd-user/signal.c: process_pending_signals

2022-01-09 Thread Warner Losh
Process the currently queued signals. Signed-off-by: Stacey Son Signed-off-by: Kyle Evans Signed-off-by: Warner Losh --- bsd-user/signal.c | 34 ++ 1 file changed, 34 insertions(+) diff --git a/bsd-user/signal.c b/bsd-user/signal.c index