]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
vfio: correct debug macro typo
authorBandan Das <bsd@redhat.com>
Tue, 28 Jan 2014 15:23:19 +0000 (08:23 -0700)
committerAlex Williamson <alex.williamson@redhat.com>
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 <bsd@redhat.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
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) {