mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
vfio-pci: Fix debug build
Stray variable from before MSI-X rework Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
This commit is contained in:
@@ -639,9 +639,8 @@ static void vfio_disable_msix(VFIODevice *vdev)
|
||||
|
||||
vfio_disable_msi_common(vdev);
|
||||
|
||||
DPRINTF("%s(%04x:%02x:%02x.%x, msi%s)\n", __func__,
|
||||
vdev->host.domain, vdev->host.bus, vdev->host.slot,
|
||||
vdev->host.function, msix ? "x" : "");
|
||||
DPRINTF("%s(%04x:%02x:%02x.%x)\n", __func__, vdev->host.domain,
|
||||
vdev->host.bus, vdev->host.slot, vdev->host.function);
|
||||
}
|
||||
|
||||
static void vfio_disable_msi(VFIODevice *vdev)
|
||||
|
||||
Reference in New Issue
Block a user