[PATCH v2 0/2] SD & SDHCI fixes for-11.1

Bernhard Beschow posted 2 patches 4 days, 13 hours ago
Failed in applying to current master (apply log)
Maintainers: "Philippe Mathieu-Daudé" <philmd@mailo.com>, Bin Meng <bmeng.cn@gmail.com>
hw/sd/sd.c    |  3 ++-
hw/sd/sdhci.c | 73 +++++++++++++++++++++++++++++++--------------------
2 files changed, 46 insertions(+), 30 deletions(-)
[PATCH v2 0/2] SD & SDHCI fixes for-11.1
Posted by Bernhard Beschow 4 days, 13 hours ago
This series fixes two issues in the SD subsystem. The first one could send QEMU
into an endless loop or crash it (depending on whether assert() does something).
The second patch fixes possible file system corruption in e500 and imx25-pdk
machines, i.e. the ones using eSDHC rather than uSDHC, though I could only
verify that with imx53 emulation on my imx53 branch [1].

v2:
* Add missing R-b tag in first commit (Bin)
* Fix typo in commit message of second commit (Bin)
* Fix topic (fixes are intended for 11.1)

[1] https://github.com/shentok/qemu/tree/imx53

Supersedes: 20260719211923.1079282-1-shentey@gmail.com

Bernhard Beschow (2):
  hw/sd/sd: Fix error case for CMD18
  hw/sd/sdhci: Extract uSDHC-specific quirk

 hw/sd/sd.c    |  3 ++-
 hw/sd/sdhci.c | 73 +++++++++++++++++++++++++++++++--------------------
 2 files changed, 46 insertions(+), 30 deletions(-)

-- 
2.55.0
Re: [PATCH v2 0/2] SD & SDHCI fixes for-11.1
Posted by Philippe Mathieu-Daudé 3 days, 23 hours ago
On 20/7/26 22:11, Bernhard Beschow wrote:
> This series fixes two issues in the SD subsystem. The first one could send QEMU
> into an endless loop or crash it (depending on whether assert() does something).
> The second patch fixes possible file system corruption in e500 and imx25-pdk
> machines, i.e. the ones using eSDHC rather than uSDHC, though I could only
> verify that with imx53 emulation on my imx53 branch [1].
> 
> v2:
> * Add missing R-b tag in first commit (Bin)
> * Fix typo in commit message of second commit (Bin)
> * Fix topic (fixes are intended for 11.1)
> 
> [1] https://github.com/shentok/qemu/tree/imx53
> 
> Supersedes: 20260719211923.1079282-1-shentey@gmail.com
> 
> Bernhard Beschow (2):
>    hw/sd/sd: Fix error case for CMD18

Patch #1 queued, thanks.