qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v3 00/16] Convert debug printfs to QEMU_DPRINTF


From: Marc Marí
Subject: [Qemu-devel] [PATCH v3 00/16] Convert debug printfs to QEMU_DPRINTF
Date: Sun, 18 May 2014 01:03:27 +0200

Add QEMU_DPRINTF to substitute debug printfs and use the same format through
the codebase.

Marc Marí (16):
  include/qemu-common.h: Add QEMU_DPRINTF macro
  x86: Convert debug printfs to QEMU_DPRINTF
  s390: Convert debug printfs to QEMU_DPRINTF
  scsi: Convert debug printfs to QEMU_DPRINTF
  highbank: Convert debug printfs to QEMU_DPRINTF
  xilinx: Convert debug printfs to QEMU_DPRINTF
  spapr: Convert debug printfs to QEMU_DPRINTF
  stellaris: Convert debug printfs to QEMU_DPRINTF
  i82374: Convert debug printfs to QEMU_DPRINTF
  i8257: Convert debug printfs to QEMU_DPRINTF
  rc4030: Convert debug printfs to QEMU_DPRINTF
  sd: Convert debug printfs to QEMU_DPRINTF
  isa: Convert debug printfs to QEMU_DPRINTF
  lan9118: Convert debug printfs to QEMU_DPRINTF
  pci-host: Convert debug printfs to QEMU_DPRINTF
  common: Convert debug printfs to QEMU_DPRINTF

 hw/dma/i82374.c            |   31 ++++++++++++++++---------------
 hw/dma/i8257.c             |   14 ++++++++------
 hw/dma/rc4030.c            |   29 +++++++++++++++--------------
 hw/i386/kvm/pci-assign.c   |   11 ++++++-----
 hw/i386/multiboot.c        |    7 +++++--
 hw/isa/vt82c686.c          |   12 ++++++++----
 hw/net/cadence_gem.c       |   24 ++++++++++++++++--------
 hw/net/lan9118.c           |   29 +++++++++++++++++++----------
 hw/net/spapr_llan.c        |    6 ++++--
 hw/net/stellaris_enet.c    |   21 ++++++++++++++-------
 hw/net/xgmac.c             |   27 +++++++++++++++------------
 hw/pci-host/bonito.c       |   13 +++++++++----
 hw/pci-host/ppce500.c      |   21 +++++++++++++--------
 hw/s390x/s390-virtio-bus.c |    9 +++++----
 hw/s390x/s390-virtio.c     |    9 +++++----
 hw/scsi/lsi53c895a.c       |   22 +++++++++++++---------
 hw/scsi/scsi-generic.c     |   14 +++++++-------
 hw/scsi/spapr_vscsi.c      |    9 +++++----
 hw/sd/sd.c                 |    8 +++++---
 hw/sd/ssi-sd.c             |   19 ++++++++++++-------
 include/qemu-common.h      |    7 +++++++
 migration-rdma.c           |   31 +++++++++++++++++--------------
 page_cache.c               |   11 +++++++----
 target-i386/kvm.c          |    9 +++++----
 target-s390x/helper.c      |   23 +++++++++++++++--------
 target-s390x/kvm.c         |    9 +++++----
 xen-hvm.c                  |    9 +++++----
 xen-mapcache.c             |    9 +++++----
 28 files changed, 266 insertions(+), 177 deletions(-)

-- 
1.7.10.4




reply via email to

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