]> Git Repo - qemu.git/commitdiff
vfio: correct debug macro typo
authorBandan Das <[email protected]>
Tue, 28 Jan 2014 15:23:19 +0000 (08:23 -0700)
committerAlex Williamson <[email protected]>
Tue, 28 Jan 2014 15:23:19 +0000 (08:23 -0700)
Change to DEBUG_VFIO in vfio_msi_interrupt() for debug
messages to get printed

Signed-off-by: Bandan Das <[email protected]>
Signed-off-by: Alex Williamson <[email protected]>
hw/misc/vfio.c

index 8a1f1a124d1bfd4779a903525ae90840a154e3e3..8db182fa3d79b9f36d77d684163766d9bc041f4f 100644 (file)
@@ -599,7 +599,7 @@ static void vfio_msi_interrupt(void *opaque)
         return;
     }
 
-#ifdef VFIO_DEBUG
+#ifdef DEBUG_VFIO
     MSIMessage msg;
 
     if (vdev->interrupt == VFIO_INT_MSIX) {
This page took 0.031075 seconds and 4 git commands to generate.