mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
hw/dma: Add a trace log for a description loading failure
Due to a description loading failure, adding a trace log makes observing the DMA behavior easy. Signed-off-by: Fea.Wang <fea.wang@sifive.com> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com> Reviewed-by: Frank Chang <frank.chang@sifive.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@amd.com>
This commit is contained in:
parent
e6b45b6bb9
commit
8e25dddaf9
2 changed files with 6 additions and 0 deletions
|
@ -44,3 +44,6 @@ pl330_debug_exec_stall(void) "stall of debug instruction not implemented"
|
|||
pl330_iomem_write(uint32_t offset, uint32_t value) "addr: 0x%08"PRIx32" data: 0x%08"PRIx32
|
||||
pl330_iomem_write_clr(int i) "event interrupt lowered %d"
|
||||
pl330_iomem_read(uint32_t addr, uint32_t data) "addr: 0x%08"PRIx32" data: 0x%08"PRIx32
|
||||
|
||||
# xilinx_axidma.c
|
||||
xilinx_axidma_loading_desc_fail(uint32_t res) "error:%u"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue