Re: [Qemu-devel] [PATCH v2 04/25] sdcard: define SDCARD_CMD_MAX instead of using the magic '64'

2018-01-08 Thread Alistair Francis
On Wed, Jan 3, 2018 at 1:24 PM, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > --- > hw/sd/sd.c | 23 +-- > 1 file changed, 17 insertions(+), 6 deletions(-) > > diff --git a/hw/sd/sd.c b/hw/sd/sd.c > index f0

[Qemu-devel] [PATCH v2 04/25] sdcard: define SDCARD_CMD_MAX instead of using the magic '64'

2018-01-03 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- hw/sd/sd.c | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/hw/sd/sd.c b/hw/sd/sd.c index f0eaac4d42..489d13681d 100644 --- a/hw/sd/sd.c +++ b/hw/sd/sd.c @@ -56,6 +56,8 @@ do { fprintf(stderr, "SD: " fmt , ## __