From: Alex Williamson <alex.williamson@redhat.com>
To: Alexey Kardashevskiy <aik@ozlabs.ru>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] vfio: Fix debug message compile error
Date: Tue, 10 Feb 2015 11:29:34 -0700 [thread overview]
Message-ID: <1423592974.22865.821.camel@redhat.com> (raw)
In-Reply-To: <1423548849-21528-1-git-send-email-aik@ozlabs.ru>
On Tue, 2015-02-10 at 17:14 +1100, Alexey Kardashevskiy wrote:
> This fixes a compiler error which occurs if DEBUG_VFIO is defined.
>
> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
> ---
> 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 29caabc..cfc087a 100644
> --- a/hw/vfio/pci.c
> +++ b/hw/vfio/pci.c
> @@ -517,7 +517,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) {
Applied, thanks!
Alex
prev parent reply other threads:[~2015-02-10 18:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-10 6:14 [Qemu-devel] [PATCH] vfio: Fix debug message compile error Alexey Kardashevskiy
2015-02-10 6:45 ` Eric Auger
2015-02-10 18:29 ` Alex Williamson [this message]
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=1423592974.22865.821.camel@redhat.com \
--to=alex.williamson@redhat.com \
--cc=aik@ozlabs.ru \
--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).