Hi all,
This series fixes an SDMA multi-block transfer bug in the generic SDHCI
controller.
v1 of this series was posted here:
https://lore.kernel.org/qemu-devel/20260617155857.7451-1-dingtao0430@163.com/
Thanks
Changes in v1->v2:
* Reword the commit message of patch 1/2.
* Add a new qtest patch to cover the SDHCI SDMA case.
Based on the xilinx-zynq-a9 board, which is more compatible with generic sdhci,
rather than the npcm7xx board.
Tao Ding (2):
fixed sdma boundary bug
qtest: add xilinx-zynq SDHCI sdma test
hw/sd/sdhci.c | 2 +
tests/qtest/meson.build | 1 +
tests/qtest/xilinx-zynq-sdhci-test.c | 178 +++++++++++++++++++++++++++
3 files changed, 181 insertions(+)
create mode 100644 tests/qtest/xilinx-zynq-sdhci-test.c
base-commit: 608ad9307d5b4797d2254ee3a4bad2bc8c8bcbae
--
2.43.0