summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorFeng Wu2015-09-18 16:29:40 +0200
committerPaolo Bonzini2015-10-01 15:06:52 +0200
commit87276880065246ce49ec571130d3d1e4a22e5604 (patch)
tree8dd6b8daf574b64757e9a53344f05458e04c50cd /arch/x86/include
parentKVM: x86: Update IRTE for posted-interrupts (diff)
downloadkernel-qcow2-linux-87276880065246ce49ec571130d3d1e4a22e5604.tar.gz
kernel-qcow2-linux-87276880065246ce49ec571130d3d1e4a22e5604.tar.xz
kernel-qcow2-linux-87276880065246ce49ec571130d3d1e4a22e5604.zip
KVM: x86: select IRQ_BYPASS_MANAGER
Select IRQ_BYPASS_MANAGER for x86 when CONFIG_KVM is set Signed-off-by: Feng Wu <feng.wu@intel.com> Reviewed-by: Alex Williamson <alex.williamson@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/kvm_host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
index a4067ecd4376..15664994b6f3 100644
--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -24,6 +24,7 @@
#include <linux/perf_event.h>
#include <linux/pvclock_gtod.h>
#include <linux/clocksource.h>
+#include <linux/irqbypass.h>
#include <asm/pvclock-abi.h>
#include <asm/desc.h>