Re: [Qemu-devel] [PATCH v3 18/18] sdcard: add an enum for the SD PHY Spec version

2018-01-31 Thread Alistair Francis
On Mon, Jan 22, 2018 at 7:30 PM, Philippe Mathieu-Daudé wrote: > So far this device intends to model the Spec v1.10 > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > --- > hw/sd/sd.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/hw/sd/sd.c b

[Qemu-devel] [PATCH v3 18/18] sdcard: add an enum for the SD PHY Spec version

2018-01-22 Thread Philippe Mathieu-Daudé
So far this device intends to model the Spec v1.10 Signed-off-by: Philippe Mathieu-Daudé --- hw/sd/sd.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/hw/sd/sd.c b/hw/sd/sd.c index 1f6c4ce2a4..9880a5d090 100644 --- a/hw/sd/sd.c +++ b/hw/sd/sd.c @@ -47,6 +47,11 @@ //#define DEBUG_S