qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Jean-Christophe Dubois
Subject: [Qemu-devel] [PATCH v4 0/8] i.MX: Standardize debug code
Date: Sun, 25 Oct 2015 15:15:59 +0100

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

Jean-Christophe Dubois (8):
  i.MX: Standardize i.MX serial debug.
  i.MX: Standardize i.MX GPIO debug
  i.MX: Standardize i.MX I2C debug
  i.MX: Standardize i.MX AVIC debug
  i.MX: Standardize i.MX CCM debug
  i.MX: Standardize i.MX FEC debug
  i.MX: Standardize i.MX EPIT debug
  i.MX: Standardize i.MX GPT debug

 hw/char/imx_serial.c | 51 ++++++++++++++++++++---------------------
 hw/gpio/imx_gpio.c   | 27 +++++++++++-----------
 hw/i2c/imx_i2c.c     | 43 ++++++++++++++++++-----------------
 hw/intc/imx_avic.c   | 44 +++++++++++++++---------------------
 hw/misc/imx_ccm.c    | 34 ++++++++++++++++++----------
 hw/net/imx_fec.c     | 64 ++++++++++++++++++++++++++--------------------------
 hw/timer/imx_epit.c  | 48 ++++++++++++++++-----------------------
 hw/timer/imx_gpt.c   | 56 +++++++++++++++++++--------------------------
 8 files changed, 176 insertions(+), 191 deletions(-)

-- 
2.5.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]