Re: [Qemu-devel] [RFC 5/6] linux-user: fix 64bit versions of sparc and mips

2017-09-25 Thread Carlo Arenas
On Fri, Sep 22, 2017 at 10:01 AM, Laurent Vivier wrote: > Le 22/09/2017 à 16:02, Carlo Marcelo Arenas Belón a écrit : > > Signed-off-by: Carlo Marcelo Arenas Belón > > --- > > linux-user/mips64/sockbits.h | 1 + > > linux-user/socket.h | 4 ++-- > > linux-user/sparc64/sockbits.h | 1

Re: [Qemu-devel] [RFC 5/6] linux-user: fix 64bit versions of sparc and mips

2017-09-22 Thread Laurent Vivier
Le 22/09/2017 à 16:02, Carlo Marcelo Arenas Belón a écrit : > Signed-off-by: Carlo Marcelo Arenas Belón > --- > linux-user/mips64/sockbits.h | 1 + > linux-user/socket.h | 4 ++-- > linux-user/sparc64/sockbits.h | 1 + Who includes the two new files? Moreover TARGET_MIPS/TARGET_SPARC

[Qemu-devel] [RFC 5/6] linux-user: fix 64bit versions of sparc and mips

2017-09-22 Thread Carlo Marcelo Arenas Belón
Signed-off-by: Carlo Marcelo Arenas Belón --- linux-user/mips64/sockbits.h | 1 + linux-user/socket.h | 4 ++-- linux-user/sparc64/sockbits.h | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 linux-user/mips64/sockbits.h create mode 100644 linux-user/sparc64/