| Submitter | Alex Williamson |
|---|---|
| Date | Sept. 26, 2012, 5:19 p.m. |
| Message ID | <20120926171917.17208.69334.stgit@bling.home> |
| Download | mbox | patch |
| Permalink | /patch/187155/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh index 53a6f87..67be2ef 100755 --- a/scripts/update-linux-headers.sh +++ b/scripts/update-linux-headers.sh @@ -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"