Re: [PATCH ACS v4 1/1] Enabling PCI ACS P2P upstream forwarding

From: Chris Wright
Date: Tue Oct 06 2009 - 19:59:44 EST


* 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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/