Re: [PATCH 02/14] hw/display/cg3: Convert debug printf()s to trace events

2020-05-26 Thread Alistair Francis
On Mon, May 25, 2020 at 11:23 PM Philippe Mathieu-Daudé wrote: > > Convert DPRINTF() to trace events and remove ifdef'ry. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > --- > hw/display/cg3.c| 14 -- > hw/display/trace-events | 4

[PATCH 02/14] hw/display/cg3: Convert debug printf()s to trace events

2020-05-26 Thread Philippe Mathieu-Daudé
Convert DPRINTF() to trace events and remove ifdef'ry. Signed-off-by: Philippe Mathieu-Daudé --- hw/display/cg3.c| 14 -- hw/display/trace-events | 4 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/hw/display/cg3.c b/hw/display/cg3.c index