Re: [Qemu-devel] [PATCH v3 06/18] sdcard: simplify using the ldst API

2018-02-08 Thread Alistair Francis
On Mon, Jan 22, 2018 at 7:30 PM, Philippe Mathieu-Daudé wrote: > the code is easier to review/refactor. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > --- > hw/sd/sd.c | 38 +- > 1 file changed, 9 insertions(+), 29 delet

[Qemu-devel] [PATCH v3 06/18] sdcard: simplify using the ldst API

2018-01-22 Thread Philippe Mathieu-Daudé
the code is easier to review/refactor. Signed-off-by: Philippe Mathieu-Daudé --- hw/sd/sd.c | 38 +- 1 file changed, 9 insertions(+), 29 deletions(-) diff --git a/hw/sd/sd.c b/hw/sd/sd.c index 3c66521862..23f5d47782 100644 --- a/hw/sd/sd.c +++ b/hw/sd/sd.c @@