* Chris Wright (chrisw@xxxxxxxxxxxx) wrote: > * Allen Kay (allen.m.kay@xxxxxxxxx) wrote: > > +#ifdef CONFIG_XEN > > + /* HW iommu is not visible in xen dom0 */ > > + if (xen_domain_type) > > + pci_enable_acs(dev); > > could do this (xen_initial_domain()) above, but it's only relevant for > dom0 (so not needed yet?), and really seems to like it should be done by hv. Guess it doesn't matter since dom0 could just as easily undo it, so nevermind on the hv bit ;-) -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html