[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [PATCH 6/6] iommu: stop calling IOMMU page tables 'p2m tables'
> -----Original Message----- > From: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> > Sent: 24 July 2020 20:09 > To: Paul Durrant <paul@xxxxxxx>; xen-devel@xxxxxxxxxxxxxxxxxxxx > Cc: Durrant, Paul <pdurrant@xxxxxxxxxxxx>; Jan Beulich <jbeulich@xxxxxxxx>; > Kevin Tian > <kevin.tian@xxxxxxxxx> > Subject: RE: [EXTERNAL] [PATCH 6/6] iommu: stop calling IOMMU page tables > 'p2m tables' > > CAUTION: This email originated from outside of the organization. Do not click > links or open > attachments unless you can confirm the sender and know the content is safe. > > > > On 24/07/2020 17:46, Paul Durrant wrote: > > diff --git a/xen/drivers/passthrough/iommu.c > > b/xen/drivers/passthrough/iommu.c > > index 6a3803ff2c..5bc190bf98 100644 > > --- a/xen/drivers/passthrough/iommu.c > > +++ b/xen/drivers/passthrough/iommu.c > > @@ -535,12 +535,12 @@ static void iommu_dump_p2m_table(unsigned char key) > > > > if ( iommu_use_hap_pt(d) ) > > { > > - printk("\ndomain%d IOMMU p2m table shared with MMU: \n", > > d->domain_id); > > + printk("%pd: IOMMU page tables shared with MMU\n", d); > > Change MMU to CPU? MMU is very ambiguous in this context. > Actually I could push this into the VT-d code and just say something like 'shared EPT is enabled'. Would that be less ambiguous? > > continue; > > } > > > > - printk("\ndomain%d IOMMU p2m table: \n", d->domain_id); > > - ops->dump_p2m_table(d); > > + printk("%pd: IOMMU page tables: \n", d); > > Drop the trailing whitespace? > Sure. Paul > ~Andrew
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |