projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66210a1
)
scripts/update-linux-headers: Add bits.h to file imports
author
Michael Roth
<michael.roth@amd.com>
Wed, 21 Feb 2024 16:51:38 +0000
(10:51 -0600)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Tue, 23 Apr 2024 15:35:25 +0000
(17:35 +0200)
Signed-off-by: Michael Roth <michael.roth@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/update-linux-headers.sh
patch
|
blob
|
history
diff --git
a/scripts/update-linux-headers.sh
b/scripts/update-linux-headers.sh
index d48856f9e24d37f337601306b3422ecb9f8a09c1..5f20434d5c520ca35f4e9e8385d714312c740d5b 100755
(executable)
--- 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