KVM: PPC: Book3S HV: Don't access XIVE PIPR register using byte accesses
[linux-2.6/btrfs-unstable.git] / virt / kvm / Kconfig
blobb0cc1a34db27a4db12a922b93dd8df991189d87b
1 # KVM common configuration items and defaults
3 config HAVE_KVM
4        bool
6 config HAVE_KVM_IRQCHIP
7        bool
9 config HAVE_KVM_IRQFD
10        bool
12 config HAVE_KVM_IRQ_ROUTING
13        bool
15 config HAVE_KVM_EVENTFD
16        bool
17        select EVENTFD
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
38 config HAVE_KVM_ARCH_TLB_FLUSH_ALL
39        bool
41 config HAVE_KVM_INVALID_WAKEUPS
42        bool
44 config KVM_GENERIC_DIRTYLOG_READ_PROTECT
45        bool
47 config KVM_COMPAT
48        def_bool y
49        depends on KVM && COMPAT && !S390
51 config HAVE_KVM_IRQ_BYPASS
52        bool