i.MX: Standardize i.MX AVIC debug
commitf50ed7853ad658407382dfe1da29f3c88d604592
authorJean-Christophe Dubois <jcd@tribudubois.net>
Sun, 25 Oct 2015 14:16:17 +0000 (25 15:16 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 27 Oct 2015 15:59:46 +0000 (27 15:59 +0000)
treeb713dca4458bfcef352f6599d2740ab53427b95b
parent3afcbb01bc1227bc3a3bade1804c449daf74b262
i.MX: Standardize i.MX AVIC 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: 29885ffea2577eaf2288c1d17fd87ee951748b49.1445781957.git.jcd@tribudubois.net
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/intc/imx_avic.c