Re: [PATCH v2 1/7] dma/pl330: Convert to support tracing
On Sat, 18 Jan 2020 at 16:42, Guenter Roeck wrote: > > Replace debug logging code with tracing. > > Signed-off-by: Guenter Roeck > --- Reviewed-by: Peter Maydell thanks -- PMM
[PATCH v2 1/7] dma/pl330: Convert to support tracing
Replace debug logging code with tracing. Signed-off-by: Guenter Roeck --- v2: Make call to pl330_hexdump() conditional hw/dma/pl330.c | 88 - hw/dma/trace-events | 24 + 2 files changed, 72 insertions(+), 40 deletions(-) diff --git a