Skip to content

Commit

Permalink
Update kernel header script to include vfio
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Williamson <[email protected]>
Acked-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
  • Loading branch information
awilliam authored and Anthony Liguori committed Oct 1, 2012
1 parent a9321a4 commit df8c1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-linux-headers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit df8c1b0

Please sign in to comment.