]> Git Repo - qemu.git/commit - hw/vfio/pci.c
vfio/pci: Allow MSI-X relocation to fixup bogus PBA
authorAlex Williamson <[email protected]>
Thu, 13 Jun 2019 15:57:36 +0000 (09:57 -0600)
committerAlex Williamson <[email protected]>
Thu, 13 Jun 2019 15:57:36 +0000 (09:57 -0600)
commitc60807dea5930a402b77172da17e79b26f1af48b
tree4c3eedfac27edab6cbea2c1ff0fb078adb1cf783
parent3412d8ec9810b819f8b79e8e0c6b87217c876e32
vfio/pci: Allow MSI-X relocation to fixup bogus PBA

The MSI-X relocation code can sometimes be used to work around bogus
MSI-X capabilities, but this test for whether the PBA is outside of
the specified BAR causes the device to error before we can apply a
relocation.  Let it proceed if we intend to relocate MSI-X anyway.

Signed-off-by: Alex Williamson <[email protected]>
hw/vfio/pci.c
This page took 0.025434 seconds and 4 git commands to generate.