Re: [Qemu-devel] [PATCH 4/5] linux-user: fix clone() strace

2016-06-10 Thread Peter Maydell
On 8 June 2016 at 21:24, Laurent Vivier wrote: > Signed-off-by: Laurent Vivier > --- > linux-user/strace.c | 25 ++--- > 1 file changed, 14 insertions(+), 11 deletions(-) I think this change is correct, but it would be clearer to read if we defined a do_print_clone() that di

[Qemu-devel] [PATCH 4/5] linux-user: fix clone() strace

2016-06-08 Thread Laurent Vivier
Signed-off-by: Laurent Vivier --- linux-user/strace.c | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/linux-user/strace.c b/linux-user/strace.c index 0c3675c..ec39750 100644 --- a/linux-user/strace.c +++ b/linux-user/strace.c @@ -964,27 +964,30 @@ p