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