Re: [Qemu-devel] [PATCH v3 12/16] sd: Convert debug printfs to QEMU_DPRINTF

2014-05-19 Thread Eric Blake
On 05/17/2014 05:03 PM, Marc Marí wrote: > Modify debug macros to have the same format through the codebase and use > regular > ifs instead of ifdef. > > Signed-off-by: Marc Marí > --- > hw/sd/sd.c |8 +--- > hw/sd/ssi-sd.c | 19 --- > 2 files changed, 17 insertion

[Qemu-devel] [PATCH v3 12/16] sd: Convert debug printfs to QEMU_DPRINTF

2014-05-17 Thread Marc Marí
Modify debug macros to have the same format through the codebase and use regular ifs instead of ifdef. Signed-off-by: Marc Marí --- hw/sd/sd.c |8 +--- hw/sd/ssi-sd.c | 19 --- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/hw/sd/sd.c b/hw/sd/sd.c