]> git.proxmox.com Git - mirror_qemu.git/commit - scripts/update-linux-headers.sh
update-linux-headers.sh: drop kvm_para.h hacks
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 17 Apr 2018 18:42:21 +0000 (21:42 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 23 May 2018 00:14:41 +0000 (03:14 +0300)
commitec7b10800c3c91afe6777ea13068ccf280a741ce
tree4047b31dcdcbdc4fc2f2c435f42a8c90fda55e5f
parentffcbbe722fcb3c162318cba1b94a115498e25acd
update-linux-headers.sh: drop kvm_para.h hacks

It turns out (as will be clear from follow-up patches)
we do not really need any kvm para macros host side
for now, except on x86, and there we need it
unconditionally whether we run on kvm or we don't.

Import the x86 asm/kvm_para.h into standard-headers,
follow-up patches remove a bunch of code using this.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
scripts/update-linux-headers.sh