Recent testing showed the SPI mode SD card emulation (ssi-sd.c) doesn't actually work if the guest tries to use features from the SD Physical Layer Specification v2 (this incluldes SDHC).
This series replaces my previous single patch. Paul Brook (2): Fix SPI SD card command responses hw/sd.c: Implement CMD58 hw/sd.c | 140 +++++++++++++++++++++++++++++++++++++++++++++++++---------- hw/sd.h | 17 ++++++++ hw/ssi-sd.c | 83 +++-------------------------------- 3 files changed, 138 insertions(+), 102 deletions(-) -- 1.7.10