commit | 45e5dc43b3dab096bedf0d537e9b99ee169d0784 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | Thu Sep 03 19:00:04 2020 +0200 |
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | Wed Oct 21 13:19:02 2020 +0200 |
tree | c30f3fdff1aa67084b627df6fe4cc2c23e07ffa3 | |
parent | 6a9e5cc61c52af53c71ac24411324427650e6755 [diff] |
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>