From: Cornelia Huck Date: Thu, 26 Jan 2017 16:47:40 +0000 (+0100) Subject: s390x/s390-virtio: get rid of DPRINTF X-Git-Tag: v2.9.0-rc0~71^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=94b5024b1f466b4b8f03e7b2219f77e9a3a24d51;p=thirdparty%2Fqemu.git s390x/s390-virtio: get rid of DPRINTF The DPRINTF approach is likely to introduce bitrot, and the preferred way for debugging is tracing anyway. Fortunately, there are no users (left), so nuke it. Signed-off-by: Cornelia Huck Reviewed-by: Halil Pasic Reviewed-by: Philippe Mathieu-Daudé --- diff --git a/hw/s390x/s390-virtio.c b/hw/s390x/s390-virtio.c index 7a3a7fe5fd5..9cfb09057e8 100644 --- a/hw/s390x/s390-virtio.c +++ b/hw/s390x/s390-virtio.c @@ -44,16 +44,6 @@ #include "hw/s390x/ipl.h" #include "cpu.h" -//#define DEBUG_S390 - -#ifdef DEBUG_S390 -#define DPRINTF(fmt, ...) \ - do { fprintf(stderr, fmt, ## __VA_ARGS__); } while (0) -#else -#define DPRINTF(fmt, ...) \ - do { } while (0) -#endif - #define MAX_BLK_DEVS 10 #define S390_TOD_CLOCK_VALUE_MISSING 0x00