Re: [Qemu-devel] [PATCH 10/11] linux-user: avoid "naked" qemu_log

2015-12-12 Thread Laurent Vivier
Le 12/12/2015 11:36, Paolo Bonzini a écrit : > Ensure that all log writes are protected by qemu_loglevel_mask or, > in serious cases, go to both the log and stderr. > > Signed-off-by: Paolo Bonzini > --- > linux-user/main.c | 71 > --- > 1 f

[Qemu-devel] [PATCH 10/11] linux-user: avoid "naked" qemu_log

2015-12-12 Thread Paolo Bonzini
Ensure that all log writes are protected by qemu_loglevel_mask or, in serious cases, go to both the log and stderr. Signed-off-by: Paolo Bonzini --- linux-user/main.c | 71 --- 1 file changed, 31 insertions(+), 40 deletions(-) diff --git a/lin