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

2020-05-26 Thread Alistair Francis
On Mon, May 25, 2020 at 11:25 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/dpcd.c | 16 +++- > hw/display/trace-events | 4

[PATCH 08/14] hw/display/dpcd: 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/dpcd.c | 16 +++- hw/display/trace-events | 4 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/hw/display/dpcd.c b/hw/display/dpcd.c index