Re: [Qemu-devel] [PATCH v3 04/12] sdcard: replace fprintf() by qemu_hexdump()

2018-01-23 Thread Alistair Francis
On Mon, Jan 22, 2018 at 7:21 PM, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > --- > hw/sd/sd.c | 15 +-- > 1 file changed, 1 insertion(+), 14 deletions(-) > > diff --git a/hw/sd/sd.c b/hw/sd/sd.c > index 3590099ce8

[Qemu-devel] [PATCH v3 04/12] sdcard: replace fprintf() by qemu_hexdump()

2018-01-22 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- hw/sd/sd.c | 15 +-- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/hw/sd/sd.c b/hw/sd/sd.c index 3590099ce8..03263e08ae 100644 --- a/hw/sd/sd.c +++ b/hw/sd/sd.c @@ -44,13 +44,6 @@ //#define DEBUG_SD 1 -#ifdef DEBUG_SD -#de