958e1b
From e91335b95ff98b38bfa8f054fda9ff8f4abdae87 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
958e1b
Subject: [PATCH 3/7] 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
958e1b
Bugzilla: 1098976
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
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
---
958e1b
 hw/misc/vfio.c | 2 +-
958e1b
 1 file changed, 1 insertion(+), 1 deletion(-)
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
-- 
958e1b
1.8.3.1
2382db