]> git.proxmox.com Git - mirror_qemu.git/commit
i.MX: Standardize i.MX EPIT debug
authorJean-Christophe Dubois <jcd@tribudubois.net>
Sun, 25 Oct 2015 14:16:24 +0000 (15:16 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 27 Oct 2015 15:59:46 +0000 (15:59 +0000)
commit4929f6563c704dbd057524b38ee519b3a7c8dfe1
tree4bed20f885dd3716edd3be52f8d64ba950cba0b2
parentb72d8d257c187532194f2fca504afb568cd2a3bf
i.MX: Standardize i.MX EPIT debug

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() output
is following the same format as the above debug.

Reviewed-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net>
Message-id: 5bbad71517ca728d8865f7b9f998baa0df022794.1445781957.git.jcd@tribudubois.net
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/timer/imx_epit.c