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

2017-09-25 Thread Carlo Arenas
On Fri, Sep 22, 2017 at 10:04 AM, Laurent Vivier wrote: > And you should move powerpc bits to linux-user/ppc/sockbits. PPC is IMHO a special case, since it is kept together with the generic header in the linux kernel (except for a similar exception to those few values that differ) as you can se

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

2017-09-22 Thread Laurent Vivier
Le 22/09/2017 à 16:02, Carlo Marcelo Arenas Belón a écrit : > * enable SO_REUSEPORT as a sideeffect and add SO_GET_FILTER alias > * make sure 64bit version for ppc is also supported As previously TARGET_PPC64 is not needed. And you should move powerpc bits to linux-user/ppc/sockbits.h Thanks, La

[Qemu-devel] [RFC 6/6] linux-user: update default socket.h

2017-09-22 Thread Carlo Marcelo Arenas Belón
* enable SO_REUSEPORT as a sideeffect and add SO_GET_FILTER alias * make sure 64bit version for ppc is also supported Signed-off-by: Carlo Marcelo Arenas Belón --- linux-user/socket.h | 61 ++--- 1 file changed, 49 insertions(+), 12 deletions(-) d