hw/sd/sdhci: Resume pending DMA transfers on MMIO accesses
commit45e5dc43b3dab096bedf0d537e9b99ee169d0784
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 3 Sep 2020 17:00:04 +0000 (3 19:00 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 21 Oct 2020 11:19:02 +0000 (21 13:19 +0200)
treec30f3fdff1aa67084b627df6fe4cc2c23e07ffa3
parent6a9e5cc61c52af53c71ac24411324427650e6755
hw/sd/sdhci: Resume pending DMA transfers on MMIO accesses

If we have pending DMA requests scheduled, process them first.
So far we don't need to implement a bottom half to process them.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Alexander Bulekov <alxndr@bu.edu>
Message-Id: <20200903172806.489710-3-f4bug@amsat.org>
hw/sd/sdhci.c