vfio: correct debug macro typo

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>
This commit is contained in:
Bandan Das 2014-01-28 08:23:19 -07:00 committed by Alex Williamson
parent 8d7b5a1da0
commit 8b6d14087d

View 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) {