commit | 508d1aa602ef0679a9cfc181ce918fbc4a2b3a45 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Apr 18 12:42:58 2013 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Apr 24 11:35:56 2013 -0600 |
tree | 7910e14d9b7e1758669d831968829cc0c9b4d592 | |
parent | 2366d06eb15d3cf21d3b243ff586bcb80896c9f2 [diff] |
vfio-pci: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASK PCI_MSIX_FLAGS_BIRMASK is mis-named because the BIR mask is in the Table Offset register, not the flags ("Message Control" per spec) register. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Alex Williamson <alex.williamson@redhat.com>