Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# CONFIG_KVM common configuration items and defaults

config CONFIG_HAVE_KVM
       bool

config CONFIG_HAVE_KVM_IRQCHIP
       bool

config CONFIG_HAVE_KVM_IRQFD
       bool

config CONFIG_HAVE_KVM_IRQ_ROUTING
       bool

config CONFIG_HAVE_KVM_EVENTFD
       bool
       select CONFIG_EVENTFD

config CONFIG_KVM_MMIO
       bool

config CONFIG_KVM_ASYNC_PF
       bool

# Toggle to switch between direct notification and batch job
config CONFIG_KVM_ASYNC_PF_SYNC
       bool

config CONFIG_HAVE_KVM_MSI
       bool

config CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT
       bool

config CONFIG_KVM_VFIO
       bool

config CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL
       bool

config CONFIG_HAVE_KVM_INVALID_WAKEUPS
       bool

config CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT
       bool

config CONFIG_KVM_COMPAT
       def_bool y
       depends on CONFIG_KVM && CONFIG_COMPAT && !CONFIG_S390

config CONFIG_HAVE_KVM_IRQ_BYPASS
       bool