Re: [PATCH 09/30] bsd-user/signal.c: implement abstract target / host signal translation

2022-01-14 Thread Warner Losh
On Thu, Jan 13, 2022 at 10:45 AM Peter Maydell wrote: > On Sun, 9 Jan 2022 at 16:29, Warner Losh wrote: > > > > Implement host_to_target_signal and target_to_host_signal. > > > > Signed-off-by: Stacey Son > > Signed-off-by: Kyle Evans > > Signed-off-by: Warner Losh > > --- > > bsd-user/qemu.

Re: [PATCH 09/30] bsd-user/signal.c: implement abstract target / host signal translation

2022-01-13 Thread Peter Maydell
On Sun, 9 Jan 2022 at 16:29, Warner Losh wrote: > > Implement host_to_target_signal and target_to_host_signal. > > Signed-off-by: Stacey Son > Signed-off-by: Kyle Evans > Signed-off-by: Warner Losh > --- > bsd-user/qemu.h | 2 ++ > bsd-user/signal.c | 11 +++ > 2 files changed, 13 i

[PATCH 09/30] bsd-user/signal.c: implement abstract target / host signal translation

2022-01-09 Thread Warner Losh
Implement host_to_target_signal and target_to_host_signal. Signed-off-by: Stacey Son Signed-off-by: Kyle Evans Signed-off-by: Warner Losh --- bsd-user/qemu.h | 2 ++ bsd-user/signal.c | 11 +++ 2 files changed, 13 insertions(+) diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h index 1