Re: [PATCH 3/6] hw/char/exynos4210_uart: Convert to support tracing
On Fri, 10 Jan 2020 at 20:39, Guenter Roeck wrote: > > Replace debug code with tracing to aid debugging. > > Signed-off-by: Guenter Roeck > --- > hw/char/exynos4210_uart.c | 96 --- > hw/char/trace-events | 17 +++ > 2 files changed, 47 insertions(+),
[PATCH 3/6] hw/char/exynos4210_uart: Convert to support tracing
Replace debug code with tracing to aid debugging. Signed-off-by: Guenter Roeck --- hw/char/exynos4210_uart.c | 96 --- hw/char/trace-events | 17 +++ 2 files changed, 47 insertions(+), 66 deletions(-) diff --git a/hw/char/exynos4210_uart.c b/hw/char/