qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] hw/dma: Add error handling for loading descriptions failing
@ 2024-06-04  7:15 Fea.Wang
  2024-06-04  7:15 ` [PATCH v2 1/3] hw/dma: Enhance error handling in loading description Fea.Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Fea.Wang @ 2024-06-04  7:15 UTC (permalink / raw)
  To: qemu-devel
  Cc: Edgar E. Iglesias, Alistair Francis, Peter Maydell, Jason Wang,
	open list:Xilinx Zynq, Fea.Wang

The original code assumes that memory transmission is always successful,
but in some cases, it gets bus-error.

Add error handling for DMA reading description failures. Do some
reasonable settings, and return the corrected transmission size.
Finally, return the error status.

* Add DMASR_DECERR case
* Squash the two commits to one

base-commit: 915758c537b5fe09575291f4acd87e2d377a93de


[v1]
base-commit: 1806da76cb81088ea026ca3441551782b850e393

Fea.Wang (3):
  hw/dma: Enhance error handling in loading description
  hw/dma: Add a trace log for a description loading failure
  hw/net: Fix the transmission return size

 hw/dma/trace-events     |  3 +++
 hw/dma/xilinx_axidma.c  | 33 +++++++++++++++++++++++++++++----
 hw/net/xilinx_axienet.c |  2 +-
 3 files changed, 33 insertions(+), 5 deletions(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-06-13  1:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-04  7:15 [PATCH v2 0/3] hw/dma: Add error handling for loading descriptions failing Fea.Wang
2024-06-04  7:15 ` [PATCH v2 1/3] hw/dma: Enhance error handling in loading description Fea.Wang
2024-06-06 11:55   ` Edgar E. Iglesias
2024-06-04  7:15 ` [PATCH v2 2/3] hw/dma: Add a trace log for a description loading failure Fea.Wang
2024-06-10 11:48   ` Philippe Mathieu-Daudé
2024-06-13  1:24     ` Fea Wang
2024-06-04  7:15 ` [PATCH v2 3/3] hw/net: Fix the transmission return size Fea.Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).