Re: [Qemu-devel] [PATCH 25/34] linux-user: Restart exit() if signal pending

2015-09-11 Thread Peter Maydell
On 6 September 2015 at 00:57, Timothy E Baldwin wrote: > Without this a signal could vanish on thread exit. > > Signed-off-by: Timothy Edward Baldwin > --- > linux-user/syscall.c | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/linux-user/syscall.c b/linux-user/sy

[Qemu-devel] [PATCH 25/34] linux-user: Restart exit() if signal pending

2015-09-05 Thread Timothy E Baldwin
Without this a signal could vanish on thread exit. Signed-off-by: Timothy Edward Baldwin --- linux-user/syscall.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 4839154..efe61e3 100644 --- a/linux-user/syscall.c +++ b