mirror of
https://github.com/qemu/qemu.git
synced 2024-11-26 21:33:40 +08:00
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:
parent
8d7b5a1da0
commit
8b6d14087d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user