Re: [Qemu-devel] [PATCH] linux-user: fix recvmsg emulation

2019-02-14 Thread Laurent Vivier
On 12/02/2019 17:34, Andreas Schwab wrote: > Set msg_flags in the returned struct msghdr. > > Signed-off-by: Andreas Schwab > --- > linux-user/syscall.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/linux-user/syscall.c b/linux-user/syscall.c > index 90bfda3563..b6b566a6fa 100644 > -

Re: [Qemu-devel] [PATCH] linux-user: fix recvmsg emulation

2019-02-12 Thread Philippe Mathieu-Daudé
On 2/12/19 5:34 PM, Andreas Schwab wrote: > Set msg_flags in the returned struct msghdr. > > Signed-off-by: Andreas Schwab Reviewed-by: Philippe Mathieu-Daudé > --- > linux-user/syscall.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/linux-user/syscall.c b/linux-user/syscall.c > i

Re: [Qemu-devel] [PATCH] linux-user: fix recvmsg emulation

2019-02-12 Thread Laurent Vivier
On 12/02/2019 17:34, Andreas Schwab wrote: > Set msg_flags in the returned struct msghdr. > > Signed-off-by: Andreas Schwab > --- > linux-user/syscall.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/linux-user/syscall.c b/linux-user/syscall.c > index 90bfda3563..b6b566a6fa 100644 > -

[Qemu-devel] [PATCH] linux-user: fix recvmsg emulation

2019-02-12 Thread Andreas Schwab
Set msg_flags in the returned struct msghdr. Signed-off-by: Andreas Schwab --- linux-user/syscall.c | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 90bfda3563..b6b566a6fa 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -2797,6