79c4324644
Change-Id: I2d302dda68298877c65c99147f5bf22186a59aac
30 lines
1.0 KiB
Diff
30 lines
1.0 KiB
Diff
From 694acf3c321908d26ce508842b7bd076664ffbc6 Mon Sep 17 00:00:00 2001
|
|
From: Eric Auger <eric.auger@redhat.com>
|
|
Date: Thu, 9 May 2019 10:23:42 -0400
|
|
Subject: [PATCH] update-linux-headers: Import iommu.h
|
|
|
|
Update the script to import the new iommu.h uapi header.
|
|
|
|
Signed-off-by: Eric Auger <eric.auger@redhat.com>
|
|
Signed-off-by: Kunkun Jiang <jiangkunkun@huawei.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 fea4d6eb65..acde610733 100755
|
|
--- a/scripts/update-linux-headers.sh
|
|
+++ b/scripts/update-linux-headers.sh
|
|
@@ -144,7 +144,7 @@ done
|
|
|
|
rm -rf "$output/linux-headers/linux"
|
|
mkdir -p "$output/linux-headers/linux"
|
|
-for header in kvm.h vfio.h vfio_ccw.h vfio_zdev.h vhost.h \
|
|
+for header in kvm.h vfio.h vfio_ccw.h vfio_zdev.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
|
|
--
|
|
2.27.0
|
|
|