Re: [PATCH v2 31/40] bsd-user/signal.c: setup_frame

2022-01-27 Thread Warner Losh
On Thu, Jan 27, 2022 at 12:47 AM Richard Henderson < richard.hender...@linaro.org> wrote: > On 1/25/22 12:29, Warner Losh wrote: > > setup_frame sets up a signalled stack frame. Associated routines to > > extract the pointer to the stack frame and to support alternate stacks. > > > > Signed-off-by

Re: [PATCH v2 31/40] bsd-user/signal.c: setup_frame

2022-01-26 Thread Richard Henderson
On 1/25/22 12:29, Warner Losh wrote: setup_frame sets up a signalled stack frame. Associated routines to extract the pointer to the stack frame and to support alternate stacks. Signed-off-by: Stacey Son Signed-off-by: Kyle Evans Signed-off-by: Warner Losh --- bsd-user/main.c | 5 +++ bsd-u

[PATCH v2 31/40] bsd-user/signal.c: setup_frame

2022-01-24 Thread Warner Losh
setup_frame sets up a signalled stack frame. Associated routines to extract the pointer to the stack frame and to support alternate stacks. Signed-off-by: Stacey Son Signed-off-by: Kyle Evans Signed-off-by: Warner Losh --- bsd-user/main.c | 5 +++ bsd-user/qemu.h | 3 +- bsd-user/signal.