[PATCH 0/6] (v)PCI: extended capability handling

Jan Beulich posted 6 patches 1 month ago
Failed in applying to current master (apply log)
There is a newer version of this series
[PATCH 0/6] (v)PCI: extended capability handling
Posted by Jan Beulich 1 month ago
This is a follow-on to 'vPCI: avoid bogus "overlap in extended cap list"
warnings', addressing further issues noted there.

1: PCI: determine whether a device has extended config space
2: PCI: pass pdev to pci_ats_{device,enabled}()
3: x86/MSI: pass pdev to read_pci_mem_bar()
4: PCI: pass pdev to pci_find_{,next_}ext_capability()
5: PCI: don't look for ext-caps when there's no extended cfg space
6: vPCI/DomU: really no ext-caps without extended config space

Jan