qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 00/16] Convert conditional compilation of debug p


From: Marc Marí
Subject: [Qemu-devel] [PATCH v2 00/16] Convert conditional compilation of debug printfs
Date: Tue, 13 May 2014 09:02:36 +0200

A macro has been added to qemu-common.h to simplify and standarize the debug
printfs. Some of those printfs have been changed too.

Marc Marí (16):
  x86: Convert conditional compilation of debug printfs to regular ifs
  s390: Convert conditional compilation of debug printfs to regular ifs
  scsi: Convert conditional compilation of debug printfs to regular ifs
  highbank: Convert conditional compilation of debug printfs to regular
    ifs
  xilinx: Convert conditional compilation of debug printfs to regular
    ifs
  spapr: Convert conditional compilation of debug printfs to regular
    ifs
  stellaris: Convert conditional compilation of debug printfs to
    regular ifs
  tpm: Convert conditional compilation of debug printfs to regular ifs
  i82374: Convert conditional compilation of debug printfs to regular
    ifs
  i8257: Convert conditional compilation of debug printfs to regular
    ifs
  rc4030: Convert conditional compilation of debug printfs to regular
    ifs
  sd: Convert conditional compilation of debug printfs to regular ifs
  isa: Convert conditional compilation of debug printfs to regular ifs
  lan9118: Convert conditional compilation of debug printfs to regular
    ifs
  pci-host: Convert conditional compilation of debug printfs to regular
    ifs
  common: Convert conditional compilation of debug printfs to regular
    ifs

 hw/dma/i82374.c            |   11 +++++------
 hw/dma/i8257.c             |   13 +++++++------
 hw/dma/rc4030.c            |   11 +++++------
 hw/i386/kvm/pci-assign.c   |    9 ++++-----
 hw/i386/multiboot.c        |    6 ++++--
 hw/isa/vt82c686.c          |   10 ++++++----
 hw/net/cadence_gem.c       |   11 ++++++-----
 hw/net/lan9118.c           |   26 ++++++++++++++++----------
 hw/net/spapr_llan.c        |    6 ++++--
 hw/net/stellaris_enet.c    |   21 +++++++++++----------
 hw/net/xgmac.c             |   10 ++++++----
 hw/pci-host/bonito.c       |   10 ++++++----
 hw/pci-host/ppce500.c      |    8 ++++++--
 hw/s390x/s390-virtio-bus.c |    8 ++++----
 hw/s390x/s390-virtio.c     |    8 ++++----
 hw/scsi/lsi53c895a.c       |   17 ++++++++---------
 hw/scsi/scsi-generic.c     |   12 +++++-------
 hw/scsi/spapr_vscsi.c      |    8 ++++----
 hw/sd/sd.c                 |    7 ++++---
 hw/sd/ssi-sd.c             |   14 +++++++-------
 hw/tpm/tpm_passthrough.c   |    8 ++++----
 hw/tpm/tpm_tis.c           |   10 +++++-----
 include/qemu-common.h      |    7 +++++++
 migration-rdma.c           |   32 ++++++++++++++------------------
 page_cache.c               |   10 ++++++----
 target-i386/kvm.c          |    8 ++++----
 target-s390x/helper.c      |   22 ++++++++++++++--------
 target-s390x/kvm.c         |    8 ++++----
 xen-hvm.c                  |   12 ++++++------
 xen-mapcache.c             |    8 ++++----
 30 files changed, 190 insertions(+), 161 deletions(-)

-- 
1.7.10.4




reply via email to

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