Re: [Qemu-devel] [PATCH v4] linux-user: Support f_flags in statfs when available.

2018-03-09 Thread Laurent Vivier
Le 01/03/2018 à 12:15, Shea Levy a écrit : > Signed-off-by: Shea Levy > --- > linux-user/syscall.c | 5 + > linux-user/syscall_defs.h | 41 +++-- > 2 files changed, 24 insertions(+), 22 deletions(-) Applied to my 'linux-user-for-2.12' branch. Thanks

Re: [Qemu-devel] [PATCH v4] linux-user: Support f_flags in statfs when available.

2018-03-01 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 2018030500.15717-1-s...@shealevy.com Subject: [Qemu-devel] [PATCH v4] linux-user: Support f_flags in statfs when available. === TEST SCRIPT BEGIN === #!/bin/bash BASE

Re: [Qemu-devel] [PATCH v4] linux-user: Support f_flags in statfs when available.

2018-03-01 Thread Laurent Vivier
Le 01/03/2018 à 12:15, Shea Levy a écrit : > Signed-off-by: Shea Levy > --- > linux-user/syscall.c | 5 + > linux-user/syscall_defs.h | 41 +++-- > 2 files changed, 24 insertions(+), 22 deletions(-) > Reviewed-by: Laurent Vivier

[Qemu-devel] [PATCH v4] linux-user: Support f_flags in statfs when available.

2018-03-01 Thread Shea Levy
Signed-off-by: Shea Levy --- linux-user/syscall.c | 5 + linux-user/syscall_defs.h | 41 +++-- 2 files changed, 24 insertions(+), 22 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 82b35a6bdf..03dca7ea77 100644 --- a/linux