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

2018-03-03 Thread Philippe Mathieu-Daudé
On 02/22/2018 11:26 AM, Peter Maydell wrote: > On 15 February 2018 at 22:13, 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 >> --- >> hw/sd/sd.c | 7 +++ >> 1 file changed, 7 in

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

2018-02-22 Thread Peter Maydell
On 15 February 2018 at 22:13, 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 > --- > hw/sd/sd.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/hw/sd/sd.c b/hw/sd/sd.c >

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

2018-02-15 Thread Philippe Mathieu-Daudé
So far this device intends to model the Spec v1.10 Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis --- hw/sd/sd.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/hw/sd/sd.c b/hw/sd/sd.c index b9429b06ca..d4565626ce 100644 --- a/hw/sd/sd.c +++ b/hw/sd/sd.c @@ -47,6