Re: [Qemu-devel] [PATCH] console: Replace conditional debug messages by trace methods

2013-11-11 Thread Gerd Hoffmann
On So, 2013-11-10 at 16:04 +0100, Stefan Weil wrote: > +console_putchar_csi(int esc_param0, int esc_param1, int ch, int > nb_esc_params) "escape sequence CSI%d;%d%c, %d parameters" > +console_putchar_unhandled(int ch) "unhandled escape character '%c'" Reviewed-by: Gerd Hoffmann cheers, Gerd

[Qemu-devel] [PATCH] console: Replace conditional debug messages by trace methods

2013-11-10 Thread Stefan Weil
Signed-off-by: Stefan Weil --- This patch needs my previous patch which added trace.h, see http://patchwork.ozlabs.org/patch/290045/. trace-events |2 ++ ui/console.c | 11 +++ 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/trace-events b/trace-events index 8695e9e