Hi Liu, On 7/9/19 3:58 AM, Peter Xu wrote: > On Fri, Jul 05, 2019 at 07:01:35PM +0800, Liu Yi L wrote: >> This patch imports the vIOMMU related definitions from kernel >> uapi/vfio.h. e.g. pasid allocation, guest pasid bind, guest pasid >> table bind and guest iommu cache invalidation. >> >> Cc: Kevin Tian <kevin.tian@xxxxxxxxx> >> Cc: Jacob Pan <jacob.jun.pan@xxxxxxxxxxxxxxx> >> Cc: Peter Xu <peterx@xxxxxxxxxx> >> Cc: Eric Auger <eric.auger@xxxxxxxxxx> >> Cc: Yi Sun <yi.y.sun@xxxxxxxxxxxxxxx> >> Signed-off-by: Liu Yi L <yi.l.liu@xxxxxxxxx> >> Signed-off-by: Jacob Pan <jacob.jun.pan@xxxxxxxxxxxxxxx> >> Signed-off-by: Yi Sun <yi.y.sun@xxxxxxxxxxxxxxx> > > Just a note that in the last version you can use > scripts/update-linux-headers.sh to update the headers. For this RFC > it's perfectly fine. > You will need to update scripts/update-linux-headers.sh to import the new iommu.h header. See "[RFC v4 02/27] update-linux-headers: Import iommu.h" https://www.mail-archive.com/qemu-devel@xxxxxxxxxx/msg620098.html. Thanks Eric