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

2015-09-11 Thread Peter Maydell
On 6 September 2015 at 00:57, Timothy E Baldwin wrote: > Without this SIGTERM could fail to terminate the process, as the > signal lost in QEMU's queue. > > Signed-off-by: Timothy Edward Baldwin > --- > linux-user/syscall.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git

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

2015-09-05 Thread Timothy E Baldwin
Without this SIGTERM could fail to terminate the process, as the signal lost in QEMU's queue. Signed-off-by: Timothy Edward Baldwin --- linux-user/syscall.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 1ce381e..4839154 10