qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [RFC v3 06/25] scripts/update-linux-headers: Import iommu.h


From: Liu, Yi L
Subject: RE: [RFC v3 06/25] scripts/update-linux-headers: Import iommu.h
Date: Fri, 31 Jan 2020 11:40:45 +0000

> From: Cornelia Huck [mailto:address@hidden]
> Sent: Wednesday, January 29, 2020 8:25 PM
> To: Liu, Yi L <address@hidden>
> 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" <address@hidden> wrote:
> 
> > From: Eric Auger <address@hidden>
> >
> > Update the script to import the new iommu.h uapi header.
> >
> > Cc: Kevin Tian <address@hidden>
> > Cc: Jacob Pan <address@hidden>
> > Cc: Peter Xu <address@hidden>
> > Cc: Yi Sun <address@hidden>
> > Cc: Michael S. Tsirkin <address@hidden>
> > Cc: Cornelia Huck <address@hidden>
> > Cc: Paolo Bonzini <address@hidden>
> > Signed-off-by: Eric Auger <address@hidden>
> > ---
> >  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 <address@hidden>

Thanks, Cornelia.

Regards,
Yi Liu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]