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:
parent
2e6e697e16
commit
bc5baffa35
@ -516,7 +516,7 @@ static void vfio_msi_interrupt(void *opaque)
|
|||||||
abort();
|
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
|
#endif
|
||||||
|
|
||||||
if (vdev->interrupt == VFIO_INT_MSIX) {
|
if (vdev->interrupt == VFIO_INT_MSIX) {
|
||||||
|
Loading…
Reference in New Issue
Block a user