Re: [Qemu-devel] [PATCH v3 07/18] sdcard: use the correct masked OCR in the R3 reply

2018-01-31 Thread Alistair Francis
On Mon, Jan 22, 2018 at 7:30 PM, Philippe Mathieu-Daudé wrote: > use the registerfields API to access the OCR register > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > --- > hw/sd/sd.c | 29 +++-- > 1 file changed, 23 insertions(+), 6

[Qemu-devel] [PATCH v3 07/18] sdcard: use the correct masked OCR in the R3 reply

2018-01-22 Thread Philippe Mathieu-Daudé
use the registerfields API to access the OCR register Signed-off-by: Philippe Mathieu-Daudé --- hw/sd/sd.c | 29 +++-- 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/hw/sd/sd.c b/hw/sd/sd.c index 23f5d47782..ee381540aa 100644 --- a/hw/sd/sd.c +++ b/hw/sd/s