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