From: Alex Williamson <alex.williamson@redhat.com>
To: qemu-devel@nongnu.org
Cc: alex.williamson@redhat.com
Subject: [Qemu-devel] [PULL 6/6] vfio: Fix debug message compile error
Date: Tue, 10 Feb 2015 11:37:45 -0700 [thread overview]
Message-ID: <20150210183745.26101.22720.stgit@gimli.home> (raw)
In-Reply-To: <20150210183106.26101.78658.stgit@gimli.home>
From: Alexey Kardashevskiy <aik@ozlabs.ru>
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>
---
hw/vfio/pci.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c
index fa6a5e9..84e9d99 100644
--- a/hw/vfio/pci.c
+++ b/hw/vfio/pci.c
@@ -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) {
next prev parent reply other threads:[~2015-02-10 18:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-10 18:37 [Qemu-devel] [PULL 0/6] vfio fixes Alex Williamson
2015-02-10 18:37 ` [Qemu-devel] [PULL 1/6] memory: unregister AddressSpace MemoryListener within BQL Alex Williamson
2015-02-10 18:37 ` [Qemu-devel] [PULL 2/6] vfio: cleanup vfio_get_device error path, remove vfio_populate_device callback Alex Williamson
2015-02-10 18:37 ` [Qemu-devel] [PULL 3/6] vfio: free dynamically-allocated data in instance_finalize Alex Williamson
2015-02-10 18:37 ` [Qemu-devel] [PULL 4/6] vfio: unmap and free BAR " Alex Williamson
2015-02-10 18:37 ` [Qemu-devel] [PULL 5/6] vfio: Use vfio type1 v2 IOMMU interface Alex Williamson
2015-02-10 18:37 ` Alex Williamson [this message]
2015-02-11 6:03 ` [Qemu-devel] [PULL 0/6] vfio fixes Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150210183745.26101.22720.stgit@gimli.home \
--to=alex.williamson@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).