commit | ec7b10800c3c91afe6777ea13068ccf280a741ce | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Tue Apr 17 21:42:21 2018 +0300 |
committer | Michael S. Tsirkin <mst@redhat.com> | Wed May 23 03:14:41 2018 +0300 |
tree | 4047b31dcdcbdc4fc2f2c435f42a8c90fda55e5f | |
parent | ffcbbe722fcb3c162318cba1b94a115498e25acd [diff] |
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>