Re: [Qemu-devel] [PATCH] Update FreeBSD syscall numbers

2017-01-09 Thread Sean Bruno
On 01/09/17 07:00, Peter Maydell wrote: > On 5 January 2017 at 16:41, Sean Bruno wrote: >> Signed-off-by: Sean Bruno >> Signed-off-by: Stacy Son >> --- >> bsd-user/freebsd/syscall_nr.h | 929 >> ++ >> 1 file changed, 484 insertions(+), 445 deletions(-)

Re: [Qemu-devel] [PATCH] Update FreeBSD syscall numbers

2017-01-09 Thread Peter Maydell
On 5 January 2017 at 16:41, Sean Bruno wrote: > Signed-off-by: Sean Bruno > Signed-off-by: Stacy Son > --- > bsd-user/freebsd/syscall_nr.h | 929 > ++ > 1 file changed, 484 insertions(+), 445 deletions(-) > > diff --git a/bsd-user/freebsd/syscall_nr.h b/

Re: [Qemu-devel] [PATCH] Update FreeBSD syscall numbers

2017-01-05 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH] Update FreeBSD syscall numbers Message-id: 20170105164105.23859-1-sbr...@freebsd.org Type: series === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log

[Qemu-devel] [PATCH] Update FreeBSD syscall numbers

2017-01-05 Thread Sean Bruno
Signed-off-by: Sean Bruno Signed-off-by: Stacy Son --- bsd-user/freebsd/syscall_nr.h | 929 ++ 1 file changed, 484 insertions(+), 445 deletions(-) diff --git a/bsd-user/freebsd/syscall_nr.h b/bsd-user/freebsd/syscall_nr.h index d849024792..fc31880af0 1006