rapidio/rionet: fix deadlock on SMP
[linux/fpc-iii.git] / virt / kvm / Kconfig
blob13f2d19793e3e65986466c90c483f84249c71cd9
1 # KVM common configuration items and defaults
3 config HAVE_KVM
4        bool
6 config HAVE_KVM_IRQCHIP
7        bool
9 config HAVE_KVM_IRQ_ROUTING
10        bool
12 config HAVE_KVM_EVENTFD
13        bool
14        select EVENTFD
16 config KVM_APIC_ARCHITECTURE
17        bool
19 config KVM_MMIO
20        bool
22 config KVM_ASYNC_PF
23        bool
25 # Toggle to switch between direct notification and batch job
26 config KVM_ASYNC_PF_SYNC
27        bool
29 config HAVE_KVM_MSI
30        bool
32 config HAVE_KVM_CPU_RELAX_INTERCEPT
33        bool
35 config KVM_VFIO
36        bool