]> git.proxmox.com Git - qemu.git/commitdiff
Update kernel header script to include vfio
authorAlex Williamson <alex.williamson@redhat.com>
Wed, 26 Sep 2012 17:19:18 +0000 (11:19 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 1 Oct 2012 13:04:22 +0000 (08:04 -0500)
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
scripts/update-linux-headers.sh

index 53a6f8765049558ab9701486cf8fbb844f8e7545..67be2efecd918398baeebf59f329637fd911d93e 100755 (executable)
@@ -57,7 +57,7 @@ done
 
 rm -rf "$output/linux-headers/linux"
 mkdir -p "$output/linux-headers/linux"
-for header in kvm.h kvm_para.h vhost.h virtio_config.h virtio_ring.h; do
+for header in kvm.h kvm_para.h vfio.h vhost.h virtio_config.h virtio_ring.h; do
     cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux"
 done
 rm -rf "$output/linux-headers/asm-generic"