Re: [PATCH v2 10/23] linux-user/i386: Implement setup_sigtramp

2021-06-29 Thread Richard Henderson
On 6/29/21 7:40 AM, Peter Maydell wrote: On Fri, 18 Jun 2021 at 20:38, Richard Henderson wrote: Create and record the two signal trampolines. Use them when the guest does not use SA_RESTORER. Note that x86_64 does not use this code. Signed-off-by: Richard Henderson --- linux-user/i386/targ

Re: [PATCH v2 10/23] linux-user/i386: Implement setup_sigtramp

2021-06-29 Thread Peter Maydell
On Fri, 18 Jun 2021 at 20:38, Richard Henderson wrote: > > Create and record the two signal trampolines. > Use them when the guest does not use SA_RESTORER. > Note that x86_64 does not use this code. > > Signed-off-by: Richard Henderson > --- > linux-user/i386/target_signal.h | 2 ++ > linux-