projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d7b5a1
)
vfio: correct debug macro typo
author
Bandan Das
<bsd@redhat.com>
Tue, 28 Jan 2014 15:23:19 +0000
(08:23 -0700)
committer
Alex Williamson
<alex.williamson@redhat.com>
Tue, 28 Jan 2014 15:23:19 +0000
(08:23 -0700)
Change to DEBUG_VFIO in vfio_msi_interrupt() for debug
messages to get printed
Signed-off-by: Bandan Das <bsd@redhat.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
hw/misc/vfio.c
patch
|
blob
|
history
diff --git
a/hw/misc/vfio.c
b/hw/misc/vfio.c
index 8a1f1a124d1bfd4779a903525ae90840a154e3e3..8db182fa3d79b9f36d77d684163766d9bc041f4f 100644
(file)
--- a/
hw/misc/vfio.c
+++ b/
hw/misc/vfio.c
@@
-599,7
+599,7
@@
static void vfio_msi_interrupt(void *opaque)
return;
}
-#ifdef
VFIO_DEBUG
+#ifdef
DEBUG_VFIO
MSIMessage msg;
if (vdev->interrupt == VFIO_INT_MSIX) {