Hi all, This series fixes an SDMA multi-block transfer bug in the generic SDHCI controller.
The previous series was posted here: https://lore.kernel.org/qemu-devel/[email protected]/ Thanks Changes in v5->v6: * patch 1/2. The conditions for setting the status have been modified. Use subsection for migration, rather than increasing the version_id. * patch 2/2 is unchanged. keep Reviewed-by Bin Meng. Tao Ding (2): hw/sd: sdhci: Fix SDMA boundary bug qtest: add xilinx-zynq SDHCI sdma test hw/sd/sdhci.c | 25 +++- include/hw/sd/sdhci.h | 2 + tests/qtest/meson.build | 1 + tests/qtest/xilinx-zynq-sdhci-test.c | 178 +++++++++++++++++++++++++++ 4 files changed, 205 insertions(+), 1 deletion(-) create mode 100644 tests/qtest/xilinx-zynq-sdhci-test.c base-commit: 608ad9307d5b4797d2254ee3a4bad2bc8c8bcbae -- 2.43.0
