Re: [Qemu-devel] [PATCH v5 6/8] linux-user: Fix socketcall() syscall support

2016-09-17 Thread Laurent Vivier
Le 14/09/2016 à 22:19, Aleksandar Markovic a écrit : > From: Aleksandar Markovic > > do_socketcall() function in Qemu's syscalls.c is implemented to mirror > corespondant implementation of socketcall() in Linux kernel. (see kernel > source file net/socket.c, definition of socketcall). > > Howe

[Qemu-devel] [PATCH v5 6/8] linux-user: Fix socketcall() syscall support

2016-09-14 Thread Aleksandar Markovic
From: Aleksandar Markovic do_socketcall() function in Qemu's syscalls.c is implemented to mirror corespondant implementation of socketcall() in Linux kernel. (see kernel source file net/socket.c, definition of socketcall). However, error codes are wrong for the cases of invalid values of the fir