Re: [Qemu-devel] [PATCH v3 10/18] sdcard: handle CMD54 (SDIO)

2018-01-31 Thread Alistair Francis
On Mon, Jan 22, 2018 at 7:30 PM, Philippe Mathieu-Daudé wrote: > Linux uses it to poll the bus before polling for a card. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > --- > hw/sd/sd.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff

[Qemu-devel] [PATCH v3 10/18] sdcard: handle CMD54 (SDIO)

2018-01-22 Thread Philippe Mathieu-Daudé
Linux uses it to poll the bus before polling for a card. Signed-off-by: Philippe Mathieu-Daudé --- hw/sd/sd.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hw/sd/sd.c b/hw/sd/sd.c index 07424aa56e..bbf9496e8a 100644 --- a/hw/sd/sd.c +++ b/hw/sd/sd.c @@ -1378,9 +1378,8