Re: [Qemu-devel] [PATCH 2/8] sdcard: Allow commands valid in SPI mode

2018-06-04 Thread Alistair Francis
On Sat, Jun 2, 2018 at 5:08 PM, Philippe Mathieu-Daudé wrote: > From the "Physical Layer Simplified Specification Version 1.10" > Chapter 7.3 "SPI Mode Transaction Packets" > Table 57: "Commands and arguments" > > Signed-off-by: Philippe Mathieu-Daudé Acked-by: Alistair Francis Alistair

[Qemu-devel] [PATCH 2/8] sdcard: Allow commands valid in SPI mode

2018-06-02 Thread Philippe Mathieu-Daudé
>From the "Physical Layer Simplified Specification Version 1.10" Chapter 7.3 "SPI Mode Transaction Packets" Table 57: "Commands and arguments" Signed-off-by: Philippe Mathieu-Daudé --- hw/sd/sd.c | 14 -- 1 file changed, 14 deletions(-) diff --git a/hw/sd/sd.c b/hw/sd/sd.c ind