From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wlne6-0005cm-Qw for qemu-devel@nongnu.org; Sat, 17 May 2014 19:04:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wlndx-0003xK-Pf for qemu-devel@nongnu.org; Sat, 17 May 2014 19:04:02 -0400 Received: from mail-we0-x235.google.com ([2a00:1450:400c:c03::235]:39077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wlndx-0003xB-Is for qemu-devel@nongnu.org; Sat, 17 May 2014 19:03:53 -0400 Received: by mail-we0-f181.google.com with SMTP id w61so3943265wes.40 for ; Sat, 17 May 2014 16:03:52 -0700 (PDT) From: =?UTF-8?q?Marc=20Mar=C3=AD?= Date: Sun, 18 May 2014 01:03:27 +0200 Message-Id: <1400367823-32610-1-git-send-email-marc.mari.barcelo@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v3 00/16] Convert debug printfs to QEMU_DPRINTF List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Marc=20Mar=C3=AD?= , Stefan Hajnoczi , Peter Crosthwaite , =?UTF-8?q?Andreas=20F=C3=A4rber?= 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