Re: [Qemu-devel] [RFC 3/6] linux-user: refactor socket.h for mips

2017-09-22 Thread Laurent Vivier
Le 22/09/2017 à 16:02, Carlo Marcelo Arenas Belón a écrit : > fresh bits from linux 4.14, redefine SO_STYLE and {SO,SCM}_TIMESTAMP to > the target values and enables SO_REUSEPORT And you fix TARGET_SOCK_NONBLOCK value. Reviewed-by: Laurent Vivier

[Qemu-devel] [RFC 3/6] linux-user: refactor socket.h for mips

2017-09-22 Thread Carlo Marcelo Arenas Belón
fresh bits from linux 4.14, redefine SO_STYLE and {SO,SCM}_TIMESTAMP to the target values and enables SO_REUSEPORT Signed-off-by: Carlo Marcelo Arenas Belón --- linux-user/mips/sockbits.h | 107 + linux-user/socket.h| 103 +-