Message ID | 1580300216-86172-7-git-send-email-yi.l.liu@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | intel_iommu: expose Shared Virtual Addressing to VMs | expand |
On Wed, 29 Jan 2020 04:16:37 -0800 "Liu, Yi L" <yi.l.liu@intel.com> wrote: > From: Eric Auger <eric.auger@redhat.com> > > Update the script to import the new iommu.h uapi header. > > Cc: Kevin Tian <kevin.tian@intel.com> > Cc: Jacob Pan <jacob.jun.pan@linux.intel.com> > Cc: Peter Xu <peterx@redhat.com> > Cc: Yi Sun <yi.y.sun@linux.intel.com> > Cc: Michael S. Tsirkin <mst@redhat.com> > Cc: Cornelia Huck <cohuck@redhat.com> > Cc: Paolo Bonzini <pbonzini@redhat.com> > Signed-off-by: Eric Auger <eric.auger@redhat.com> > --- > scripts/update-linux-headers.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh > index f76d773..dfdfdfd 100755 > --- a/scripts/update-linux-headers.sh > +++ b/scripts/update-linux-headers.sh > @@ -141,7 +141,7 @@ done > > rm -rf "$output/linux-headers/linux" > mkdir -p "$output/linux-headers/linux" > -for header in kvm.h vfio.h vfio_ccw.h vhost.h \ > +for header in kvm.h vfio.h vfio_ccw.h vhost.h iommu.h \ > psci.h psp-sev.h userfaultfd.h mman.h; do > cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux" > done Acked-by: Cornelia Huck <cohuck@redhat.com>
> From: Cornelia Huck [mailto:cohuck@redhat.com] > Sent: Wednesday, January 29, 2020 8:25 PM > To: Liu, Yi L <yi.l.liu@intel.com> > Subject: Re: [RFC v3 06/25] scripts/update-linux-headers: Import iommu.h > > On Wed, 29 Jan 2020 04:16:37 -0800 > "Liu, Yi L" <yi.l.liu@intel.com> wrote: > > > From: Eric Auger <eric.auger@redhat.com> > > > > Update the script to import the new iommu.h uapi header. > > > > Cc: Kevin Tian <kevin.tian@intel.com> > > Cc: Jacob Pan <jacob.jun.pan@linux.intel.com> > > Cc: Peter Xu <peterx@redhat.com> > > Cc: Yi Sun <yi.y.sun@linux.intel.com> > > Cc: Michael S. Tsirkin <mst@redhat.com> > > Cc: Cornelia Huck <cohuck@redhat.com> > > Cc: Paolo Bonzini <pbonzini@redhat.com> > > Signed-off-by: Eric Auger <eric.auger@redhat.com> > > --- > > scripts/update-linux-headers.sh | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh > > index f76d773..dfdfdfd 100755 > > --- a/scripts/update-linux-headers.sh > > +++ b/scripts/update-linux-headers.sh > > @@ -141,7 +141,7 @@ done > > > > rm -rf "$output/linux-headers/linux" > > mkdir -p "$output/linux-headers/linux" > > -for header in kvm.h vfio.h vfio_ccw.h vhost.h \ > > +for header in kvm.h vfio.h vfio_ccw.h vhost.h iommu.h \ > > psci.h psp-sev.h userfaultfd.h mman.h; do > > cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux" > > done > > Acked-by: Cornelia Huck <cohuck@redhat.com> Thanks, Cornelia. Regards, Yi Liu
diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh index f76d773..dfdfdfd 100755 --- a/scripts/update-linux-headers.sh +++ b/scripts/update-linux-headers.sh @@ -141,7 +141,7 @@ done rm -rf "$output/linux-headers/linux" mkdir -p "$output/linux-headers/linux" -for header in kvm.h vfio.h vfio_ccw.h vhost.h \ +for header in kvm.h vfio.h vfio_ccw.h vhost.h iommu.h \ psci.h psp-sev.h userfaultfd.h mman.h; do cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux" done