Re: [PATCH 03/30] bsd-user/signal.c: Implement cpu_loop_exit_sigsegv

2022-01-23 Thread Richard Henderson
On 1/10/22 3:18 AM, Warner Losh wrote: First attempt at implementing cpu_loop_exit_sigsegv, mostly copied from linux-user version of this function. Signed-off-by: Stacey Son Signed-off-by: Kyle Evans Signed-off-by: Warner Losh --- bsd-user/signal.c | 15 --- 1 file changed, 12 ins

Re: [PATCH 03/30] bsd-user/signal.c: Implement cpu_loop_exit_sigsegv

2022-01-13 Thread Peter Maydell
On Sun, 9 Jan 2022 at 16:23, Warner Losh wrote: > > First attempt at implementing cpu_loop_exit_sigsegv, mostly copied from > linux-user version of this function. > > Signed-off-by: Stacey Son > Signed-off-by: Kyle Evans > Signed-off-by: Warner Losh > --- Reviewed-by: Peter Maydell thanks --

[PATCH 03/30] bsd-user/signal.c: Implement cpu_loop_exit_sigsegv

2022-01-09 Thread Warner Losh
First attempt at implementing cpu_loop_exit_sigsegv, mostly copied from linux-user version of this function. Signed-off-by: Stacey Son Signed-off-by: Kyle Evans Signed-off-by: Warner Losh --- bsd-user/signal.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a