Comment 1 for bug 714606

Revision history for this message
Peter Maydell (pmaydell) wrote :

This turns out to be a bug in QEMU's SDcard model where it was not correctly changing from 'transfer' to 'sending data' state when Linux sent it an SD_STATUS command. On OMAP3 the effect is that you get these warnings and read zeroes; on PL18x (versatile/vexpress/etc) the effect is that the Linux driver never sees any data and the MMC card is not detected.

The fix is two lines, so I'll put together a patch to send upstream.