Thanks, this solves the problem.

El 27/08/15 a les 16.04, Jan Beulich ha escrit:
> Reported-by: Roger Pau Monné <roger....@citrix.com>
> Signed-off-by: Jan Beulich <jbeul...@suse.com>

Tested-by: Roger Pau Monné <roger....@citrix.com>
Acked-by: Roger Pau Monné <roger....@citrix.com>

> --- a/xen/drivers/passthrough/iommu.c
> +++ b/xen/drivers/passthrough/iommu.c
> @@ -411,7 +411,7 @@ static void iommu_dump_p2m_table(unsigne
>      ops = iommu_get_ops();
>      for_each_domain(d)
>      {
> -        if ( is_hardware_domain(d) )
> +        if ( is_hardware_domain(d) || need_iommu(d) <= 0 )
>              continue;
>  
>          if ( iommu_use_hap_pt(d) )
> 
> 


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to