Re: [Qemu-devel] [PATCH v4] Add getsockopt for settable SOL_IPV6 options

2019-01-07 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190107082751.6461-1-tom.des...@gmail.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH v4] Add getsockopt for settable SOL_IPV6 options Message-id: 20190107082751.6461-1

[Qemu-devel] [PATCH v4] Add getsockopt for settable SOL_IPV6 options

2019-01-07 Thread tom . deseyn
From: Tom Deseyn v2: default to unimplemented v3: match kernel behavior v4: braces code-style Signed-off-by: Tom Deseyn --- linux-user/syscall.c | 41 + 1 file changed, 41 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 2801