qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH for-2.8] pci-assign: sync MSI/MSI-X cap and tabl


From: Peter Xu
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
User-agent: Mutt/1.5.24 (2015-08-30)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]