Re: [Qemu-devel] [PATCH v3 01/16] include/qemu-common.h: Add QEMU_DPRINTF macro

2014-05-19 Thread Eric Blake
On 05/17/2014 05:03 PM, Marc Marí wrote: > Create this macro to let debug macros to have the same format through the > codebase and use regular ifs instead of ifdef. > > Signed-off-by: Marc Marí > --- > include/qemu-common.h |7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/inc

[Qemu-devel] [PATCH v3 01/16] include/qemu-common.h: Add QEMU_DPRINTF macro

2014-05-17 Thread Marc Marí
Create this macro to let debug macros to have the same format through the codebase and use regular ifs instead of ifdef. Signed-off-by: Marc Marí --- include/qemu-common.h |7 +++ 1 file changed, 7 insertions(+) diff --git a/include/qemu-common.h b/include/qemu-common.h index 3f3fd60..a