39 lines
1.5 KiB
Diff
39 lines
1.5 KiB
Diff
|
From 5db9faee4d6efc9dbe010d2b745aba59d943d2ac Mon Sep 17 00:00:00 2001
|
||
|
From: Michael Roth <michael.roth@amd.com>
|
||
|
Date: Wed, 21 Feb 2024 10:51:38 -0600
|
||
|
Subject: [PATCH 016/100] scripts/update-linux-headers: Add bits.h to file
|
||
|
imports
|
||
|
|
||
|
RH-Author: Paolo Bonzini <pbonzini@redhat.com>
|
||
|
RH-MergeRequest: 245: SEV-SNP support
|
||
|
RH-Jira: RHEL-39544
|
||
|
RH-Acked-by: Thomas Huth <thuth@redhat.com>
|
||
|
RH-Acked-by: Bandan Das <bdas@redhat.com>
|
||
|
RH-Acked-by: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||
|
RH-Commit: [16/91] 150ee6376982bd5f471cb561f6760bf80d1211db (bonzini/rhel-qemu-kvm)
|
||
|
|
||
|
Signed-off-by: Michael Roth <michael.roth@amd.com>
|
||
|
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
||
|
(cherry picked from commit b40b8eb609d3549ac14aab43849b20f5cba951c9)
|
||
|
Signed-off-by: Paolo Bonzini <pbonzini@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 d48856f9e2..5f20434d5c 100755
|
||
|
--- a/scripts/update-linux-headers.sh
|
||
|
+++ b/scripts/update-linux-headers.sh
|
||
|
@@ -169,7 +169,7 @@ rm -rf "$output/linux-headers/linux"
|
||
|
mkdir -p "$output/linux-headers/linux"
|
||
|
for header in const.h stddef.h kvm.h vfio.h vfio_ccw.h vfio_zdev.h vhost.h \
|
||
|
psci.h psp-sev.h userfaultfd.h memfd.h mman.h nvme_ioctl.h \
|
||
|
- vduse.h iommufd.h; do
|
||
|
+ vduse.h iommufd.h bits.h; do
|
||
|
cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux"
|
||
|
done
|
||
|
|
||
|
--
|
||
|
2.39.3
|
||
|
|