Re: [Qemu-devel] [PATCH 09/34] linux-user: Test for restarting system calls

2015-09-10 Thread Peter Maydell
On 6 September 2015 at 00:57, Timothy E Baldwin wrote: > If DEBUG_ERESTARTSYS is set restart all system calls once. > > Signed-off-by: Timothy Edward Baldwin > --- > linux-user/syscall.c | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/linux-user/syscall.c b/linux-user/syscal

[Qemu-devel] [PATCH 09/34] linux-user: Test for restarting system calls

2015-09-05 Thread Timothy E Baldwin
If DEBUG_ERESTARTSYS is set restart all system calls once. Signed-off-by: Timothy Edward Baldwin --- linux-user/syscall.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 04c91fb..80b8fa8 100644 --- a/linux-user/syscall.c +++ b/lin