qemu-patch-raspberry4/hw/dma
Wendy Liang 4f293bd6e5 xilinx_axidma: Do not set DMA .notify to NULL after notify
If a stream notify function is not ready, it may re-populate the notify call-
back to indicate it should be re-polled later. This break in this usage, as
immediately following the notify() call, .notify is set to NULL. reverse the
ordering of the notify call and NULL assignment accordingly.

[PC: Reworked commit message]

Signed-off-by: Wendy Liang <jliang@xilinx.com>
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2013-06-10 13:04:40 +02:00
..
etraxfs_dma.c hw: move DMA controllers to hw/dma/, configure with default-configs/ 2013-04-08 18:13:14 +02:00
i8257.c hw: move target-independent files to subdirectories 2013-04-08 18:13:12 +02:00
i82374.c i82374: QOM'ify 2013-04-29 08:27:47 -05:00
Makefile.objs hw: move DMA controllers to hw/dma/, configure with default-configs/ 2013-04-08 18:13:14 +02:00
omap_dma.c hw: move DMA controllers to hw/dma/, configure with default-configs/ 2013-04-08 18:13:14 +02:00
pl080.c hw: move target-independent files to subdirectories 2013-04-08 18:13:12 +02:00
pl330.c Rename hexdump to avoid FreeBSD libutil conflict 2013-05-20 08:20:08 -05:00
puv3_dma.c hw: move target-independent files to subdirectories 2013-04-08 18:13:12 +02:00
pxa2xx_dma.c Remove unneeded type casts 2013-04-19 11:36:33 +02:00
rc4030.c hw: move target-independent files to subdirectories 2013-04-08 18:13:12 +02:00
soc_dma.c hw: move DMA controllers to hw/dma/, configure with default-configs/ 2013-04-08 18:13:14 +02:00
sparc32_dma.c hw: move DMA controllers to hw/dma/, configure with default-configs/ 2013-04-08 18:13:14 +02:00
sun4m_iommu.c hw: move DMA controllers to hw/dma/, configure with default-configs/ 2013-04-08 18:13:14 +02:00
xilinx_axidma.c xilinx_axidma: Do not set DMA .notify to NULL after notify 2013-06-10 13:04:40 +02:00