[Xen-devel] [PATCH 2/6] x86/vtd: Rename struct iommu to vtd_iommu

2019-02-22 Thread Andrew Cooper
VT-d's local struct iommu is an overly-generic name, for a structure which in practice maps 1-to-1 with the real IOMMUs in the system. Additionally, address style issues on impacted lines. This is mostly positioning of * for pointers and unnecessay casts with void pointers. No functional change.

Re: [Xen-devel] [PATCH 2/6] x86/vtd: Rename struct iommu to vtd_iommu

2019-02-25 Thread Paul Durrant
> -Original Message- > From: Andrew Cooper [mailto:andrew.coop...@citrix.com] > Sent: 22 February 2019 19:13 > To: Xen-devel > Cc: Andrew Cooper ; Jan Beulich > ; Paul Durrant ; Jun Nakajima > ; Kevin Tian > Subject: [PATCH 2/6] x86/vtd: Rename struct iommu to vtd_iommu > > VT-d's local

Re: [Xen-devel] [PATCH 2/6] x86/vtd: Rename struct iommu to vtd_iommu

2019-02-27 Thread Tian, Kevin
> From: Andrew Cooper [mailto:andrew.coop...@citrix.com] > Sent: Saturday, February 23, 2019 3:13 AM > > VT-d's local struct iommu is an overly-generic name, for a structure which in > practice maps 1-to-1 with the real IOMMUs in the system. > > Additionally, address style issues on impacted line