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
>>> 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
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
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/