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

2020-05-25 Thread Mark Cave-Ayland
On 24/05/2020 18:00, Philippe Mathieu-Daudé wrote: > 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(-) >

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

2020-05-24 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 f7f1c199ce..f