Re: [PATCH 14/30] bsd-user: Add host signals to the build

2022-01-23 Thread Richard Henderson
On 1/10/22 3:19 AM, Warner Losh wrote: Start to add the host signal functionality to the build. Signed-off-by: Warner Losh --- bsd-user/meson.build | 1 + bsd-user/signal.c| 1 + meson.build | 1 + 3 files changed, 3 insertions(+) Reviewed-by: Richard Henderson r~

Re: [PATCH 14/30] bsd-user: Add host signals to the build

2022-01-13 Thread Peter Maydell
On Sun, 9 Jan 2022 at 16:32, Warner Losh wrote: > > Start to add the host signal functionality to the build. > > Signed-off-by: Warner Losh > --- > bsd-user/meson.build | 1 + > bsd-user/signal.c| 1 + > meson.build | 1 + > 3 files changed, 3 insertions(+) Reviewed-by: Peter Mayde

[PATCH 14/30] bsd-user: Add host signals to the build

2022-01-09 Thread Warner Losh
Start to add the host signal functionality to the build. Signed-off-by: Warner Losh --- bsd-user/meson.build | 1 + bsd-user/signal.c| 1 + meson.build | 1 + 3 files changed, 3 insertions(+) diff --git a/bsd-user/meson.build b/bsd-user/meson.build index 9fcb80c3fa8..a768e65d35e 10