Re: [PATCH] linux-user: signal: Support TARGET_SS_AUTODISARM

2021-02-13 Thread Laurent Vivier
Le 08/10/2020 à 06:25, cheng...@emindsoft.com.cn a écrit : > From: Chen Gang > > Microsoft sqlserver 2017 x86_64 uses it. The implementation references > from the linux kernel. > > Signed-off-by: Chen Gang > --- > linux-user/generic/signal.h | 6 ++ > linux-user/signal.c | 23

[PATCH] linux-user: signal: Support TARGET_SS_AUTODISARM

2020-10-07 Thread chengang
From: Chen Gang Microsoft sqlserver 2017 x86_64 uses it. The implementation references from the linux kernel. Signed-off-by: Chen Gang --- linux-user/generic/signal.h | 6 ++ linux-user/signal.c | 23 ++- 2 files changed, 24 insertions(+), 5 deletions(-) diff