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

2014-05-19 Thread Marc Marí
El Mon, 19 May 2014 15:07:18 -0600 Eric Blake escribió: > 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. > > > > As the debug printf is always put in code, some formats had to be > > changed t

Re: [Qemu-devel] [PATCH v3 13/16] isa: 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. > > As the debug printf is always put in code, some formats had to be changed to > avoid warnings treated as errors at compile time.. > > Signed-o

[Qemu-devel] [PATCH v3 13/16] isa: 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. As the debug printf is always put in code, some formats had to be changed to avoid warnings treated as errors at compile time.. Signed-off-by: Marc Marí --- hw/isa/vt82c686.c | 12 --