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

2018-12-13 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20181213133733.8110-1-tom.des...@gmail.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20181213133733.8110-1-tom.des...@gmail.com Subject: [Qemu-devel] [PATCH v2] Add

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

2018-12-13 Thread Laurent Vivier
On 13/12/2018 14:37, tom.des...@gmail.com wrote: > From: Tom Deseyn > > Signed-off-by: Tom Deseyn > --- Please add here an history of the changes between the version 1 and 2: v2: ? > linux-user/syscall.c | 38 ++ > 1 file changed, 38 insertions(+) >

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

2018-12-13 Thread tom . deseyn
From: Tom Deseyn Signed-off-by: Tom Deseyn --- linux-user/syscall.c | 38 ++ 1 file changed, 38 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 280137da8c..ad52cfbd54 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c