[Qemu-devel] [PATCH v5] 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 v5: pointer 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

[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

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

2019-01-06 Thread Tom Deseyn
Hi Laurent, Can you please take a look at the updated patch? Should I add braces for code-style? Thanks, Tom On Fri, Dec 14, 2018 at 4:43 PM wrote: > From: Tom Deseyn > > Thank you for reviewing Laurant. > Sorry for missing history, I'm not used to sending patches via

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

2018-12-14 Thread tom . deseyn
From: Tom Deseyn Thank you for reviewing Laurant. Sorry for missing history, I'm not used to sending patches via mail. I got an email about code style. For now, I'm sticking to the style that is used in the function. v2: default to unimplemented v3: match kernel behavior Signed-o

[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

[Qemu-devel] [PATCH] 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 | 39 +++ 1 file changed, 39 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 280137da8c..29bac79b61 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c