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

2018-02-18 Thread Shea Levy
Signed-off-by: Shea Levy <s...@shealevy.com> --- configure | 20 + linux-user/syscall.c | 3 +++ linux-user/syscall_defs.h | 56 +++ 3 files changed, 79 insertions(+) diff --git a/configure b/configure

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

2018-02-18 Thread Shea Levy
Signed-off-by: Shea Levy <s...@shealevy.com> --- configure | 20 ++ linux-user/syscall.c | 3 +++ linux-user/syscall_defs.h | 53 +++ 3 files changed, 76 insertions(+) diff --git a/configure b/configure

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

2018-02-22 Thread Shea Levy
Signed-off-by: Shea Levy <s...@shealevy.com> --- configure | 21 +++ linux-user/syscall.c | 3 +++ linux-user/syscall_defs.h | 53 +++ 3 files changed, 77 insertions(+) diff --git a/configure b/configure

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

2018-02-22 Thread Shea Levy
Hello, These tabs match the existing style of linux-user/syscall.h, should I remove them? Also, there doesn't appear to be a maintainer for checkpatch in the current MAINTAINERS file, whom should I CC on this? Thanks, Shea no-re...@patchew.org writes: > Hi, > > This series seems to have some

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

2018-03-01 Thread Shea Levy
Signed-off-by: Shea Levy <s...@shealevy.com> --- 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 82b3