summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2015-09-09 14:50:17 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2015-09-16 17:33:32 +0200
commit120758fba4c52d1ccf3a8ae1fe3b7495f2b584d8 (patch)
tree261ad17b6b247ee7b16331a43530af89121394bc /scripts
parent84090bbce91a386ae6e5f61b26f36783196712d2 (diff)
downloadhqemu-120758fba4c52d1ccf3a8ae1fe3b7495f2b584d8.zip
hqemu-120758fba4c52d1ccf3a8ae1fe3b7495f2b584d8.tar.gz
update Linux headers to 4.3-rc1
The update to 4.2 was reviewed by Michael S. Tsirkin and Cornelia Huck. The further update to 4.3-rc1 only touches KVM files. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update-linux-headers.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh
index f0e830c..7f7b592 100755
--- a/scripts/update-linux-headers.sh
+++ b/scripts/update-linux-headers.sh
@@ -39,6 +39,7 @@ cp_virtio() {
if
grep '#include' "$f" | grep -v -e 'linux/virtio' \
-e 'linux/types' \
+ -e 'stdint' \
-e 'linux/if_ether' \
-e 'sys/' \
> /dev/null
OpenPOWER on IntegriCloud