Commit bc5baffa authored by Alexey Kardashevskiy's avatar Alexey Kardashevskiy Committed by Alex Williamson
Browse files

vfio: Fix debug message compile error



This fixes a compiler error which occurs if DEBUG_VFIO is defined.

Signed-off-by: default avatarAlexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: default avatarAlex Williamson <alex.williamson@redhat.com>
parent 2e6e697e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {