update-linux-headers: Add vfio_zdev.h
authorMatthew Rosato <mjrosato@linux.ibm.com>
Mon, 26 Oct 2020 15:34:29 +0000 (11:34 -0400)
committerAlex Williamson <alex.williamson@redhat.com>
Sun, 1 Nov 2020 19:30:51 +0000 (12:30 -0700)
vfio_zdev.h is used by s390x zPCI support to pass device-specific
CLP information between host and userspace.

Signed-off-by: Matthew Rosato <mjrosato@linux.ibm.com>
Acked-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
scripts/update-linux-headers.sh

index 29c27f46817750223bad3d98737e48f053c90aca..9efbaf2f84b38bee183517934b84fd5e05be9653 100755 (executable)
@@ -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 vfio_zdev.h vhost.h \
               psci.h psp-sev.h userfaultfd.h mman.h; do
     cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux"
 done