Re: [Qemu-devel] [PATCH 1/5] linux-user: add socketcall() strace

2016-06-10 Thread Peter Maydell
On 8 June 2016 at 21:24, Laurent Vivier wrote: > From: Laurent Vivier > > Signed-off-by: Laurent Vivier > --- > include/exec/user/abitypes.h | 23 ++ > linux-user/strace.c | 550 > +++ >

[Qemu-devel] [PATCH 1/5] linux-user: add socketcall() strace

2016-06-08 Thread Laurent Vivier
From: Laurent Vivier Signed-off-by: Laurent Vivier --- include/exec/user/abitypes.h | 23 ++ linux-user/strace.c | 550 +++ linux-user/strace.list | 2 +- linux-user/syscall_defs.h| 22 +- 4