Re: [Qemu-devel] [PATCH v2 1/4] linux-user: add socketcall() strace
On 11 June 2016 at 01:19, Laurent Vivier wrote: > Signed-off-by: Laurent Vivier > --- > linux-user/strace.c | 549 > ++ > linux-user/strace.list| 2 +- > linux-user/syscall_defs.h | 22 +- > 3 files changed, 568 insertions(+), 5 deletions
[Qemu-devel] [PATCH v2 1/4] linux-user: add socketcall() strace
Signed-off-by: Laurent Vivier --- linux-user/strace.c | 549 ++ linux-user/strace.list| 2 +- linux-user/syscall_defs.h | 22 +- 3 files changed, 568 insertions(+), 5 deletions(-) diff --git a/linux-user/strace.c b/linux-user/strace.c inde