Re: [PATCH] linux-user: add missing MULTICAST_IF get/setsockopt option

2021-03-05 Thread Philippe Mathieu-Daudé
On 3/5/21 4:46 AM, Jiaxun Yang wrote: > 在 2021/3/5 上午11:35, Jiaxun Yang 写道: > >> {IP,IPV6}_MULTICAST_IF was not supported. > >> > >> Reported-by: Yunqiang Su > >> Signed-off-by: Jiaxun Yang > >> --- > >>   linux-user/syscall.c  | 4 + > >>   linux-user/syscall.c.orig | 13305 > +

Re: [PATCH] linux-user: add missing MULTICAST_IF get/setsockopt option

2021-03-04 Thread Jiaxun Yang
在 2021/3/5 上午11:35, Jiaxun Yang 写道: > {IP,IPV6}_MULTICAST_IF was not supported. > > Reported-by: Yunqiang Su > Signed-off-by: Jiaxun Yang > --- > linux-user/syscall.c | 4 + > linux-user/syscall.c.orig | 13305 ^ Sorry ^ ^ sorry for the nois

Re: [PATCH] linux-user: add missing MULTICAST_IF get/setsockopt option

2021-03-04 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20210305033510.8600-1-jiaxun.y...@flygoat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210305033510.8600-1-jiaxun.y...@flygoat.com Subject: [PATCH] linux-user: add missing