Re: [Qemu-devel] [PATCH v4 0/8] i.MX: Standardize debug code

2015-10-27 Thread Peter Maydell
On 25 October 2015 at 14:15, Jean-Christophe Dubois wrote: > We fix all i.MX driver files to use the same type of debug code. > > The goal is to have debug code always compiled during build. > > We standardize all debug output on the following format: > > [QOM_TYPE_NAME]reporting_function: debug

[Qemu-devel] [PATCH v4 0/8] i.MX: Standardize debug code

2015-10-25 Thread Jean-Christophe Dubois
We fix all i.MX driver files to use the same type of debug code. The goal is to have debug code always compiled during build. We standardize all debug output on the following format: [QOM_TYPE_NAME]reporting_function: debug message We also replace IPRINTF with qemu_log_mask(). The qemu_log_mask