From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wk6lE-0003Zo-8Z for qemu-devel@nongnu.org; Tue, 13 May 2014 03:04:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wk6l4-0000yw-VB for qemu-devel@nongnu.org; Tue, 13 May 2014 03:04:23 -0400 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:49348) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wk6l4-0000ys-PA for qemu-devel@nongnu.org; Tue, 13 May 2014 03:04:14 -0400 Received: by mail-wi0-f171.google.com with SMTP id hm4so5682014wib.10 for ; Tue, 13 May 2014 00:04:13 -0700 (PDT) From: =?UTF-8?q?Marc=20Mar=C3=AD?= Date: Tue, 13 May 2014 09:02:36 +0200 Message-Id: <1399964572-5376-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 v2 00/16] Convert conditional compilation of debug printfs 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?= 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