qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] vfio: correct debug macro typo


From: Bandan Das
Subject: [Qemu-devel] [PATCH] vfio: correct debug macro typo
Date: Tue, 28 Jan 2014 14:21:07 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Change to VFIO_DEBUG in vfio_msi_interrupt() for debug
messages to get printed

Signed-off-by: Bandan Das <address@hidden>
---
 hw/misc/vfio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/misc/vfio.c b/hw/misc/vfio.c
index 9aecaa8..a87078c 100644
--- a/hw/misc/vfio.c
+++ b/hw/misc/vfio.c
@@ -592,7 +592,7 @@ static void vfio_msi_interrupt(void *opaque)
         return;
     }
 
-#ifdef VFIO_DEBUG
+#ifdef DEBUG_VFIO
     MSIMessage msg;
 
     if (vdev->interrupt == VFIO_INT_MSIX) {
-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]