Re: [PATCH v4 23/25] linux-user/sparc: Implement setup_sigtramp

2021-09-29 Thread Mark Cave-Ayland
On 28/09/2021 03:00, Richard Henderson wrote: Create and record the two signal trampolines. Use them when the guest does not use SA_RESTORER. Cc: Mark Cave-Ayland Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- linux-user/sparc/target_signal.h | 4 linux-user/sparc/s

Re: [PATCH v4 23/25] linux-user/sparc: Implement setup_sigtramp

2021-09-27 Thread Philippe Mathieu-Daudé
On 9/28/21 04:00, Richard Henderson wrote: > Create and record the two signal trampolines. > Use them when the guest does not use SA_RESTORER. > > Cc: Mark Cave-Ayland > Reviewed-by: Peter Maydell > Signed-off-by: Richard Henderson > --- > linux-user/sparc/target_signal.h | 4 > linux-us

[PATCH v4 23/25] linux-user/sparc: Implement setup_sigtramp

2021-09-27 Thread Richard Henderson
Create and record the two signal trampolines. Use them when the guest does not use SA_RESTORER. Cc: Mark Cave-Ayland Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- linux-user/sparc/target_signal.h | 4 linux-user/sparc/signal.c| 40 +--