2382db
From 18f67233db4f428332e100ccb194090675db0cdb Mon Sep 17 00:00:00 2001
2382db
From: Alex Williamson <alex.williamson@redhat.com>
2382db
Date: Thu, 7 Aug 2014 21:02:57 +0200
2382db
Subject: [PATCH 03/10] vfio: correct debug macro typo
2382db
2382db
Message-id: <20140807210257.11689.30368.stgit@gimli.home>
2382db
Patchwork-id: 60479
2382db
O-Subject: [RHEL7.0/z qemu-kvm PATCH v2 2/6] vfio: correct debug macro typo
2382db
Bugzilla: 1110693 1110695
2382db
RH-Acked-by: Bandan Das <bsd@redhat.com>
2382db
RH-Acked-by: Amos Kong <akong@redhat.com>
2382db
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
2382db
2382db
From: Bandan Das <bsd@redhat.com>
2382db
2382db
Upstream: 8b6d14087d487203f4d1a67aeaddc3be6c73f49f
2382db
2382db
Change to DEBUG_VFIO in vfio_msi_interrupt() for debug
2382db
messages to get printed
2382db
2382db
Signed-off-by: Bandan Das <bsd@redhat.com>
2382db
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
2382db
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
2382db
---
2382db
 hw/misc/vfio.c |    2 +-
2382db
 1 files changed, 1 insertions(+), 1 deletions(-)
2382db
2382db
diff --git a/hw/misc/vfio.c b/hw/misc/vfio.c
2382db
index b5387ca..7f6ebf9 100644
2382db
--- a/hw/misc/vfio.c
2382db
+++ b/hw/misc/vfio.c
2382db
@@ -619,7 +619,7 @@ static void vfio_msi_interrupt(void *opaque)
2382db
         return;
2382db
     }
2382db
 
2382db
-#ifdef VFIO_DEBUG
2382db
+#ifdef DEBUG_VFIO
2382db
     MSIMessage msg;
2382db
 
2382db
     if (vdev->interrupt == VFIO_INT_MSIX) {
2382db
-- 
2382db
1.7.1
2382db