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

2018-02-25 Thread Laurent Vivier
Le 23/02/2018 à 05:57, Shea Levy a écrit : > Signed-off-by: Shea Levy > --- > configure | 21 +++ > linux-user/syscall.c | 3 +++ > linux-user/syscall_defs.h | 53 > +++ > 3 files changed, 77 insertions(+) > > dif

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

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

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

2018-02-22 Thread Shea Levy
Signed-off-by: Shea Levy --- configure | 21 +++ linux-user/syscall.c | 3 +++ linux-user/syscall_defs.h | 53 +++ 3 files changed, 77 insertions(+) diff --git a/configure b/configure index 913e14839d..91082aa1dc 1