Re: [PULL 16/28] hw/sd/sdcard: Do not abort when reading DAT lines on invalid cmd state

2024-08-11 Thread Michael Tokarev
06.08.2024 15:51, Philippe Mathieu-Daudé wrote: Guest should not try to read the DAT lines from invalid command state. If it still insists to do so, return a dummy value. Cc: qemu-sta...@nongnu.org Fixes: e2dec2eab0 ("hw/sd/sdcard: Remove default case in read/write on DAT lines") This commit

[PULL 16/28] hw/sd/sdcard: Do not abort when reading DAT lines on invalid cmd state

2024-08-06 Thread Philippe Mathieu-Daudé
Guest should not try to read the DAT lines from invalid command state. If it still insists to do so, return a dummy value. Cc: qemu-sta...@nongnu.org Fixes: e2dec2eab0 ("hw/sd/sdcard: Remove default case in read/write on DAT lines") Reported-by: Zheyu Ma Resolves: https://gitlab.com/qemu-project