qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Xu <peterx@redhat.com>
To: Changlimin <changlimin@h3c.com>
Cc: "qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
	"jan.kiszka@siemens.com" <jan.kiszka@siemens.com>,
	"alex.williamson@redhat.com" <alex.williamson@redhat.com>,
	"qemu-stable@nongnu.org" <qemu-stable@nongnu.org>,
	"pbonzini@redhat.com" <pbonzini@redhat.com>
Subject: Re: [Qemu-devel] [PATCH for-2.8] pci-assign: sync MSI/MSI-X cap and table with PCIDevice
Date: Fri, 25 Nov 2016 10:51:48 +0800	[thread overview]
Message-ID: <20161125025148.GD25010@pxdev.xzpeter.org> (raw)
In-Reply-To: <BC29A004BA570342A4CC0044A3845572C40631C2@H3CMLB12-EX.srv.huawei-3com.com>

On Fri, Nov 25, 2016 at 12:55:12AM +0000, Changlimin wrote:
> Hi Peter,
>   I have tested the patch, it has solved the issue.
>   I think change
>   dev->dev.msix_table = dev->msix_table;
>   to
>   dev->dev.msix_table = (uint8_t *)dev->msix_table;
>   can avoid a gcc warning.

Thanks for the comment, will fix and repost.

Then I'll add your Tested-by as well if you won't mind. :-)

-- peterx

      reply	other threads:[~2016-11-25  2:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-24 10:25 [Qemu-devel] [PATCH for-2.8] pci-assign: sync MSI/MSI-X cap and table with PCIDevice Peter Xu
2016-11-24 12:32 ` Peter Xu
2016-11-25  0:55   ` Changlimin
2016-11-25  2:51     ` Peter Xu [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=20161125025148.GD25010@pxdev.xzpeter.org \
    --to=peterx@redhat.com \
    --cc=alex.williamson@redhat.com \
    --cc=changlimin@h3c.com \
    --cc=jan.kiszka@siemens.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-stable@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).