Re: [Qemu-devel] [PATCH 29/34] linux-user: Support for restarting system calls for UniCore32 targets

2015-09-10 Thread Peter Maydell
On 6 September 2015 at 00:57, Timothy E Baldwin wrote: > Signed-off-by: Timothy Edward Baldwin > --- > > WARNING - NOT TESTED > > linux-user/main.c | 7 ++- > linux-user/unicore32/syscall.h | 2 ++ > 2 files changed, 8 insertions(+), 1 deletion(-) Unicore32 is teetering on the

[Qemu-devel] [PATCH 29/34] linux-user: Support for restarting system calls for UniCore32 targets

2015-09-05 Thread Timothy E Baldwin
Signed-off-by: Timothy Edward Baldwin --- WARNING - NOT TESTED linux-user/main.c | 7 ++- linux-user/unicore32/syscall.h | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/linux-user/main.c b/linux-user/main.c index d86751a..9ca1c99 100644 --- a/linux-user/ma