[Qemu-devel] [PATCH v2 001/108] linux-user: Remove DEBUG

2018-06-09 Thread Richard Henderson
This is redundant with both -strace and actual tracing. Signed-off-by: Richard Henderson --- linux-user/syscall.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 7b9ac3b408..c212149245 100644 --- a/linux-user/syscall.c +++ b/linux-

Re: [Qemu-devel] [PATCH v2 001/108] linux-user: Remove DEBUG

2018-06-10 Thread Laurent Vivier
Le 10/06/2018 à 05:00, Richard Henderson a écrit : > This is redundant with both -strace and actual tracing. > > Signed-off-by: Richard Henderson > --- > linux-user/syscall.c | 10 -- > 1 file changed, 10 deletions(-) Reviewed-by: Laurent Vivier

Re: [Qemu-devel] [PATCH v2 001/108] linux-user: Remove DEBUG

2018-06-10 Thread Philippe Mathieu-Daudé
On 06/10/2018 12:00 AM, Richard Henderson wrote: > This is redundant with both -strace and actual tracing. > > Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé > --- > linux-user/syscall.c | 10 -- > 1 file changed, 10 deletions(-) > > diff --git a/linux-user/sysc