Hi Fea, On 4/6/24 09:15, Fea.Wang wrote:
Due to a description loading failure, adding a trace log makes observing the DMA behavior easy.Signed-off-by: Fea.Wang <[email protected]> Reviewed-by: Edgar E. Iglesias <[email protected]> Reviewed-by: Frank Chang <[email protected]> --- hw/dma/trace-events | 3 +++ hw/dma/xilinx_axidma.c | 3 +++ 2 files changed, 6 insertions(+)
+# xilinx_axidma.c +xilinx_axidma_loading_desc_fail(uint32_t res) "error:%d"
Unsigned format is "%u". Regards, Phil.
