[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] tools/xl: disallow PCI device assignment for HVM guest when PoD is enabled
>>> On 09.01.14 at 20:10, Wei Liu <wei.liu2@xxxxxxxxxx> wrote: > + /* We cannot have PoD and PCI device assignment at the same > + * time. VT-d engine needs to set up the entire page table for > + * the domain. However if PoD is enabled, un-populated memory is > + * marked as populate_on_demand, and VT-d engine won't set up page > + * tables for them. Therefore any DMA towards those memory may > + * cause DMA fault. > + * > + * This is restricted to HVM guest, as only VT-d is relevant > + * in the counterpart in Xend. We're late in release cycle so the change > + * should only does what's necessary. Probably we can revisit if > + * we need to do the same thing for PV guest in the future. > + */ The comment shouldn't say VT-d as long as the code isn't special casing VT-d. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |