Re: [PATCH v2 4/8] linux-user: Add IPv6 options to do_print_sockopt()

2020-12-17 Thread Shu-Chun Weng
Hi Laurent, The first 4 patches in the set (up to this) are self-contained. Is it possible to include them in your dev branch while the others are still waiting for review? (I'll ping the other threads separately). The first three patches are: https://lists.nongnu.org/archive/html/qemu-devel/20

Re: [PATCH v2 4/8] linux-user: Add IPv6 options to do_print_sockopt()

2020-09-29 Thread Laurent Vivier
Le 11/08/2020 à 09:09, Shu-Chun Weng a écrit : > Signed-off-by: Shu-Chun Weng > --- > v1 -> v2: > New: Add all IPV6 options to do_print_sockopt(), including the newly > supported > IPV6_ADDR_PREFERENCES. > > linux-user/strace.c | 108 > 1 file ch

Re: [PATCH v2 4/8] linux-user: Add IPv6 options to do_print_sockopt()

2020-09-17 Thread Shu-Chun Weng
Ping -- this one was broken off into its own patch from v1 due to the amount of addition. Hence I did not add Review-by. On Tue, Aug 11, 2020 at 12:10 AM Shu-Chun Weng wrote: > Signed-off-by: Shu-Chun Weng > --- > v1 -> v2: > New: Add all IPV6 options to do_print_sockopt(), including the newl

[PATCH v2 4/8] linux-user: Add IPv6 options to do_print_sockopt()

2020-08-11 Thread Shu-Chun Weng
Signed-off-by: Shu-Chun Weng --- v1 -> v2: New: Add all IPV6 options to do_print_sockopt(), including the newly supported IPV6_ADDR_PREFERENCES. linux-user/strace.c | 108 1 file changed, 108 insertions(+) diff --git a/linux-user/strace.c b/linux