Re: [Qemu-devel] [PATCH] linux-user: add kcmp() syscall

2016-10-06 Thread Peter Maydell
On 6 October 2016 at 13:56, Laurent Vivier wrote: > Signed-off-by: Laurent Vivier > --- > linux-user/syscall.c | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/linux-user/syscall.c b/linux-user/syscall.c > index d21d901..a32386e 100644 > --- a/linux-user/syscall.c > +++ b/lin

[Qemu-devel] [PATCH] linux-user: add kcmp() syscall

2016-10-06 Thread Laurent Vivier
Signed-off-by: Laurent Vivier --- linux-user/syscall.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index d21d901..a32386e 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -304,6 +304,11 @@ _syscall3(int, ioprio_set, in

Re: [Qemu-devel] [PATCH] linux-user: add kcmp() syscall

2016-09-25 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Message-id: 1474834820-24198-1-git-send-email-laur...@vivier.eu Type: series Subject: [Qemu-devel] [PATCH] linux-user: add kcmp() syscall === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

[Qemu-devel] [PATCH] linux-user: add kcmp() syscall

2016-09-25 Thread Laurent Vivier
Signed-off-by: Laurent Vivier --- linux-user/syscall.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index d21d901..a32386e 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -304,6 +304,11 @@ _syscall3(int, ioprio_set, in