Re: [PATCH 1/5] hw/display/artist: Move trace event to draw_line()

2020-02-15 Thread Sven Schnelle
On Fri, Feb 14, 2020 at 01:12:58AM +0100, Philippe Mathieu-Daudé wrote: > Instead of emitting the trace event before each call to > draw_line(), call it once at draw_line() entrance. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/display/artist.c | 6 +- > 1 file changed, 1

[PATCH 1/5] hw/display/artist: Move trace event to draw_line()

2020-02-13 Thread Philippe Mathieu-Daudé
Instead of emitting the trace event before each call to draw_line(), call it once at draw_line() entrance. Signed-off-by: Philippe Mathieu-Daudé --- hw/display/artist.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hw/display/artist.c b/hw/display/artist.c index