projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1414968
)
vfio-pci: Fix debug build
author
Alex Williamson
<alex.williamson@redhat.com>
Wed, 17 Oct 2012 17:20:11 +0000
(11:20 -0600)
committer
Alex Williamson
<alex.williamson@redhat.com>
Wed, 17 Oct 2012 17:20:11 +0000
(11:20 -0600)
Stray variable from before MSI-X rework
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
hw/vfio_pci.c
patch
|
blob
|
history
diff --git
a/hw/vfio_pci.c
b/hw/vfio_pci.c
index 639371e7a26ab9a7046b972515a022a45f5b06af..0619af4854c36bcb3149fc265ef14ab1f77d692a 100644
(file)
--- a/
hw/vfio_pci.c
+++ b/
hw/vfio_pci.c
@@
-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)