Re: [Xen-devel] [PATCH] IOMMU: skip domains without page tables when dumping

2015-08-27 Thread Wei Liu
On Thu, Aug 27, 2015 at 08:04:19AM -0600, Jan Beulich wrote: > Reported-by: Roger Pau Monné > Signed-off-by: Jan Beulich > Release-acked-by: Wei Liu > --- a/xen/drivers/passthrough/iommu.c > +++ b/xen/drivers/passthrough/iommu.c > @@ -411,7 +411,7 @@ static void iommu_dump_p2m_table(unsigne >

Re: [Xen-devel] [PATCH] IOMMU: skip domains without page tables when dumping

2015-08-27 Thread Roger Pau Monné
Thanks, this solves the problem. El 27/08/15 a les 16.04, Jan Beulich ha escrit: > Reported-by: Roger Pau Monné > Signed-off-by: Jan Beulich Tested-by: Roger Pau Monné Acked-by: Roger Pau Monné > --- a/xen/drivers/passthrough/iommu.c > +++ b/xen/drivers/passthrough/iommu.c > @@ -411,7 +411,7

[Xen-devel] [PATCH] IOMMU: skip domains without page tables when dumping

2015-08-27 Thread Jan Beulich
Reported-by: Roger Pau Monné Signed-off-by: Jan Beulich --- 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) ) +