Re: [Qemu-devel] [PATCH v2 5/6] linux-user: update default socket.h

2017-10-11 Thread Laurent Vivier
Le 26/09/2017 à 01:19, Carlo Marcelo Arenas Belón a écrit : > enable SO_REUSEPORT as a sideeffect and add SO_GET_FILTER alias > > Signed-off-by: Carlo Marcelo Arenas Belón > --- > linux-user/socket.h | 59 > +++-- > 1 file changed, 48 insertions(+

[Qemu-devel] [PATCH v2 5/6] linux-user: update default socket.h

2017-09-25 Thread Carlo Marcelo Arenas Belón
enable SO_REUSEPORT as a sideeffect and add SO_GET_FILTER alias Signed-off-by: Carlo Marcelo Arenas Belón --- linux-user/socket.h | 59 +++-- 1 file changed, 48 insertions(+), 11 deletions(-) diff --git a/linux-user/socket.h b/linux-user/socket.h