Re: [Qemu-devel] [PATCH v7 5/8] Obsolete PCI_MSIX_FLAGS_BIRMASK

2015-08-31 Thread David Gibson
On Fri, Aug 28, 2015 at 05:15:17PM +1000, Gavin Shan wrote: > This replaces PCI_MSIX_FLAGS_BIRMASK with PCI_MSIX_TABLE_BIR. Also, > 3 more macros regarding MSIx table offset, MSIx PBA BAR index and > MSIx PBA offset and this uses them. Besides, PCI_ERR_UNC_TRAIN is > replaced with PCI_ERR_UNC_UND.

[Qemu-devel] [PATCH v7 5/8] Obsolete PCI_MSIX_FLAGS_BIRMASK

2015-08-28 Thread Gavin Shan
This replaces PCI_MSIX_FLAGS_BIRMASK with PCI_MSIX_TABLE_BIR. Also, 3 more macros regarding MSIx table offset, MSIx PBA BAR index and MSIx PBA offset and this uses them. Besides, PCI_ERR_UNC_TRAIN is replaced with PCI_ERR_UNC_UND. The changes were introduced by below Linux upstream commits: comm