]> git.proxmox.com Git - mirror_qemu.git/commit
vfio/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entries
authorWei Yang <richard.weiyang@gmail.com>
Fri, 19 Feb 2016 16:42:32 +0000 (09:42 -0700)
committerAlex Williamson <alex.williamson@redhat.com>
Fri, 19 Feb 2016 16:42:32 +0000 (09:42 -0700)
commitb58b17f744b5465d0fc76eba1be549a9f5704bab
tree8944b7e725893686335460c1a7b5e62c0b051a99
parentc89e91a76b361feaa09a48c20e6d18ae92ad0b4a
vfio/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entries

Even PCI_CAP_FLAGS has the same value as PCI_MSIX_FLAGS, the later one is
the more proper on retrieving MSIX entries.

This patch uses PCI_MSIX_FLAGS to retrieve the MSIX entries.

Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
hw/vfio/pci.c