[PATCH v2 0/2] sdhci: fix SDMA boundary bug

Tao Ding posted 2 patches 3 weeks, 5 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260629164533.42956-1-dingtao0430@163.com
Maintainers: "Philippe Mathieu-Daudé" <philmd@mailo.com>, Bin Meng <bmeng.cn@gmail.com>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
There is a newer version of this series
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
[PATCH v2 0/2] sdhci: fix SDMA boundary bug
Posted by Tao Ding 3 weeks, 5 days ago
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