Re: [PATCH 14/14] hw/display/pxa2xx_lcd: Replace printf() call by qemu_log_mask()

2020-05-26 Thread Alistair Francis
On Mon, May 25, 2020 at 11:36 PM Philippe Mathieu-Daudé wrote: > > Replace printf() calls by qemu_log_mask(UNIMP), which is > disabled by default. This avoid flooding the terminal when > fuzzing the device. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > ---

[PATCH 14/14] hw/display/pxa2xx_lcd: Replace printf() call by qemu_log_mask()

2020-05-25 Thread Philippe Mathieu-Daudé
Replace printf() calls by qemu_log_mask(UNIMP), which is disabled by default. This avoid flooding the terminal when fuzzing the device. Signed-off-by: Philippe Mathieu-Daudé --- hw/display/pxa2xx_lcd.c | 26 ++ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git