Kconfig 826 字节
Newer Older
1 2 3 4 5 6 7
# KVM common configuration items and defaults

config HAVE_KVM
       bool

config HAVE_KVM_IRQCHIP
       bool
G
Gregory Haskins 已提交
8

9 10 11
config HAVE_KVM_IRQFD
       bool

12 13 14
config HAVE_KVM_IRQ_ROUTING
       bool

G
Gregory Haskins 已提交
15 16 17
config HAVE_KVM_EVENTFD
       bool
       select EVENTFD
18 19 20

config KVM_APIC_ARCHITECTURE
       bool
A
Avi Kivity 已提交
21 22 23

config KVM_MMIO
       bool
24 25 26

config KVM_ASYNC_PF
       bool
27

28 29 30 31
# Toggle to switch between direct notification and batch job
config KVM_ASYNC_PF_SYNC
       bool

32 33
config HAVE_KVM_MSI
       bool
34 35 36

config HAVE_KVM_CPU_RELAX_INTERCEPT
       bool
A
Alex Williamson 已提交
37 38 39

config KVM_VFIO
       bool
40 41 42

config HAVE_KVM_ARCH_TLB_FLUSH_ALL
       bool
43

44 45 46
config HAVE_KVM_INVALID_WAKEUPS
       bool

47 48
config KVM_GENERIC_DIRTYLOG_READ_PROTECT
       bool
49 50 51

config KVM_COMPAT
       def_bool y
52
       depends on KVM && COMPAT && !S390
53 54 55

config HAVE_KVM_IRQ_BYPASS
       bool