mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
vfio: Fix debug message compile error
This fixes a compiler error which occurs if DEBUG_VFIO is defined. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
This commit is contained in:
committed by
Alex Williamson
parent
2e6e697e16
commit
bc5baffa35
+1
-1
@@ -516,7 +516,7 @@ static void vfio_msi_interrupt(void *opaque)
|
||||
abort();
|
||||
}
|
||||
|
||||
trace_vfio_msi_interrupt(vbasedev->name, nr, msg.address, msg.data);
|
||||
trace_vfio_msi_interrupt(vdev->vbasedev.name, nr, msg.address, msg.data);
|
||||
#endif
|
||||
|
||||
if (vdev->interrupt == VFIO_INT_MSIX) {
|
||||
|
||||
Reference in New Issue
Block a user