Re: [Xen-devel] [PATCH RFC 1/5] iommu: need_iommu set early

2015-02-17 Thread Elena Ufimtseva
On Tue, Feb 17, 2015 at 12:46:40PM +, Jan Beulich wrote: > >>> On 13.02.15 at 19:51, wrote: > > Set need_iommu for dom0 early so pvh specific functions > > in construct_dom0 can pass this check. > > See example in p2m-ept.c ept_set_entry. > > > > Signed-off-by: Elena Ufimtseva > > Having go

Re: [Xen-devel] [PATCH RFC 1/5] iommu: need_iommu set early

2015-02-17 Thread Jan Beulich
>>> On 13.02.15 at 19:51, wrote: > Set need_iommu for dom0 early so pvh specific functions > in construct_dom0 can pass this check. > See example in p2m-ept.c ept_set_entry. > > Signed-off-by: Elena Ufimtseva Having gone through the rest of this series, I can't see the relation and I also can't

Re: [Xen-devel] [PATCH RFC 1/5] iommu: need_iommu set early

2015-02-13 Thread Andrew Cooper
On 13/02/15 18:51, Elena Ufimtseva wrote: > Set need_iommu for dom0 early so pvh specific functions > in construct_dom0 can pass this check. > See example in p2m-ept.c ept_set_entry. > > Signed-off-by: Elena Ufimtseva Reviewed-by: Andrew Cooper > --- > xen/arch/x86/domain_build.c |1 + > 1

[Xen-devel] [PATCH RFC 1/5] iommu: need_iommu set early

2015-02-13 Thread Elena Ufimtseva
Set need_iommu for dom0 early so pvh specific functions in construct_dom0 can pass this check. See example in p2m-ept.c ept_set_entry. Signed-off-by: Elena Ufimtseva --- xen/arch/x86/domain_build.c |1 + 1 file changed, 1 insertion(+) diff --git a/xen/arch/x86/domain_build.c b/xen/arch/x86/