Re: [PATCH v7 0/2] sdhci: fix SDMA boundary bug
Bin Meng <[email protected]>
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <CAEUhbmXiFwpKv9tpBMGeX6mWw2CBisibt5JkM4S-CAVf0dDqYA@mail.gmail.com> |
Hi Philippe, On Thu, Jul 16, 2026 at 12:08 AM Tao Ding <[email protected]> wrote: > > 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 v6->v7: > * patch 1/2. The addition of pre_load and post_load methods to > handling of migration from older versions. > * 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 | 54 +++++++- > include/hw/sd/sdhci.h | 2 + > tests/qtest/meson.build | 1 + > tests/qtest/xilinx-zynq-sdhci-test.c | 178 +++++++++++++++++++++++++++ > 4 files changed, 234 insertions(+), 1 deletion(-) > create mode 100644 tests/qtest/xilinx-zynq-sdhci-test.c > > > base-commit: 608ad9307d5b4797d2254ee3a4bad2bc8c8bcbae > -- To make things easier, would you apply this series to your local tree? Some patches in the ML are depending on this series. Regards, Bin