From: Alex Williamson <alex.williamson@redhat.com>
To: Bandan Das <bsd@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] vfio: correct debug macro typo
Date: Tue, 28 Jan 2014 08:30:21 -0700 [thread overview]
Message-ID: <1390923021.2315.58.camel@bling.home> (raw)
In-Reply-To: <jpgfvo8jxqc.fsf@redhat.com>
On Tue, 2014-01-28 at 14:21 +0530, Bandan Das wrote:
> Change to VFIO_DEBUG in vfio_msi_interrupt() for debug
> messages to get printed
>
> Signed-off-by: Bandan Das <bsd@redhat.com>
> ---
> hw/misc/vfio.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/misc/vfio.c b/hw/misc/vfio.c
> index 9aecaa8..a87078c 100644
> --- a/hw/misc/vfio.c
> +++ b/hw/misc/vfio.c
> @@ -592,7 +592,7 @@ static void vfio_msi_interrupt(void *opaque)
> return;
> }
>
> -#ifdef VFIO_DEBUG
> +#ifdef DEBUG_VFIO
> MSIMessage msg;
>
> if (vdev->interrupt == VFIO_INT_MSIX) {
Oops. Applied, thanks!
prev parent reply other threads:[~2014-01-28 15:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-28 8:51 [Qemu-devel] [PATCH] vfio: correct debug macro typo Bandan Das
2014-01-28 15:30 ` 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=1390923021.2315.58.camel@bling.home \
--to=alex.williamson@redhat.com \
--cc=bsd@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).