Re: [Qemu-devel] [PATCH v6 4/8] linux-user/syscall: Introduce target_sockaddr_nl

2019-09-12 Thread Laurent Vivier
Le 11/09/2019 à 21:34, Philippe Mathieu-Daudé a écrit : > On Mon, Sep 9, 2019 at 4:23 PM Laurent Vivier wrote: >> Le 08/09/2019 à 08:15, Philippe Mathieu-Daudé a écrit : >>> Signed-off-by: Philippe Mathieu-Daudé >>> Tested-By: Guido Günther >>> --- >>> linux-user/syscall.c | 6 -- >>>

Re: [Qemu-devel] [PATCH v6 4/8] linux-user/syscall: Introduce target_sockaddr_nl

2019-09-11 Thread Philippe Mathieu-Daudé
On Mon, Sep 9, 2019 at 4:23 PM Laurent Vivier wrote: > Le 08/09/2019 à 08:15, Philippe Mathieu-Daudé a écrit : > > Signed-off-by: Philippe Mathieu-Daudé > > Tested-By: Guido Günther > > --- > > linux-user/syscall.c | 6 -- > > linux-user/syscall_defs.h | 7 +++ > > 2 files

Re: [Qemu-devel] [PATCH v6 4/8] linux-user/syscall: Introduce target_sockaddr_nl

2019-09-09 Thread Laurent Vivier
Le 08/09/2019 à 08:15, Philippe Mathieu-Daudé a écrit : > Signed-off-by: Philippe Mathieu-Daudé > Tested-By: Guido Günther > --- > linux-user/syscall.c | 6 -- > linux-user/syscall_defs.h | 7 +++ > 2 files changed, 11 insertions(+), 2 deletions(-) > > diff --git

[Qemu-devel] [PATCH v6 4/8] linux-user/syscall: Introduce target_sockaddr_nl

2019-09-08 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé Tested-By: Guido Günther --- linux-user/syscall.c | 6 -- linux-user/syscall_defs.h | 7 +++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 8b41a03901..5128312db5 100644 ---