mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06: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:
parent
2e6e697e16
commit
bc5baffa35
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue