aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/pci.h
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2011-11-02 13:53:05 +0100
committerJan Beulich <jbeulich@suse.com>2011-11-02 13:53:05 +0100
commit7b92ebddcd77a522b68fe140f955e5fd77855f34 (patch)
treecb7b60f653c753370189c6cf5dafe31e101141e4 /xen/include/xen/pci.h
parentda2b72cb51e2346aceaee41261b0682490490788 (diff)
downloadxen-7b92ebddcd77a522b68fe140f955e5fd77855f34.tar.gz
xen-7b92ebddcd77a522b68fe140f955e5fd77855f34.tar.bz2
xen-7b92ebddcd77a522b68fe140f955e5fd77855f34.zip
passthrough: re-attempt ACS and ATS enabling when devices get reported by Dom0
Since extended config space accesses may not be possible when scan_pci_devices() runs (due to MMCFG resources not being reserved in the E820 table, which the specification allows to be the case), functionality enabling of which requires such must be re-attempted when it is known whether MMCFG is safe to use. Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: "Kay, Allen M" <allen.m.kay@intel.com>
Diffstat (limited to 'xen/include/xen/pci.h')
-rw-r--r--xen/include/xen/pci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/include/xen/pci.h b/xen/include/xen/pci.h
index 462b4505b1..edc9201991 100644
--- a/xen/include/xen/pci.h
+++ b/xen/include/xen/pci.h
@@ -134,6 +134,5 @@ struct pirq;
int msixtbl_pt_register(struct domain *, struct pirq *, uint64_t gtable);
void msixtbl_pt_unregister(struct domain *, struct pirq *);
void msixtbl_pt_cleanup(struct domain *d);
-void pci_enable_acs(struct pci_dev *pdev);
#endif /* __XEN_PCI_H__ */