aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2018-04-17 21:47:50 +0300
committerMichael S. Tsirkin <mst@redhat.com>2018-05-23 03:14:41 +0300
commit1814eab67398029a927847dfd29198a26aeaf7d8 (patch)
tree20a6c257aaf66c3ffed38a37b53e95bc81132fa2 /include
parentd49bd359d186a83fbb66a23dafd2d6664b79aa6a (diff)
downloadqemu-1814eab67398029a927847dfd29198a26aeaf7d8.zip
qemu-1814eab67398029a927847dfd29198a26aeaf7d8.tar.gz
qemu-1814eab67398029a927847dfd29198a26aeaf7d8.tar.bz2
x86/cpu: use standard-headers/asm-x86.kvm_para.h
Switch to the header we imported from Linux, this allows us to drop a hack in kvm_i386.h. More code will be dropped in the next patch. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/sysemu/kvm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sysemu/kvm.h b/include/sysemu/kvm.h
index 23669c4..0b64b8e 100644
--- a/include/sysemu/kvm.h
+++ b/include/sysemu/kvm.h
@@ -22,7 +22,6 @@
#ifdef NEED_CPU_H
# ifdef CONFIG_KVM
# include <linux/kvm.h>
-# include <linux/kvm_para.h>
# define CONFIG_KVM_IS_POSSIBLE
# endif
#else