]> git.proxmox.com Git - mirror_qemu.git/commit
update-linux-headers: prepare for hyperv.h removal
authorRoman Kagan <rkagan@virtuozzo.com>
Thu, 13 Jul 2017 20:15:22 +0000 (23:15 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 19 Sep 2017 14:20:49 +0000 (16:20 +0200)
commit40bf8e9aede0f9105a9e1e4aaf17b20aaa55f9a0
tree86ac5824e945dc60fcce8cb592bc042b2dc26ac1
parent5e95381260e668a3a02aff5485401788b41b3050
update-linux-headers: prepare for hyperv.h removal

All definitions related to Hyper-V emulation are now taken from the QEMU
own header, so the one imported from the kernel is no longer needed.

Unfortunately it's included by kvm_para.h.

So, until this is fixed in the kernel, teach the header harvesting
script to substitute kernel's hyperv.h with a dummy.

Signed-off-by: Roman Kagan <rkagan@virtuozzo.com>
Message-Id: <20170713201522.13765-3-rkagan@virtuozzo.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/update-linux-headers.sh