From: Michael Roth Date: Wed, 21 Feb 2024 16:51:38 +0000 (-0600) Subject: scripts/update-linux-headers: Add bits.h to file imports X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b40b8eb609d3549ac14aab43849b20f5cba951c9;p=qemu.git scripts/update-linux-headers: Add bits.h to file imports Signed-off-by: Michael Roth Signed-off-by: Paolo Bonzini --- 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