1 # SPDX-License-Identifier: GPL-2.0
5 source "virt/kvm/Kconfig"
7 menuconfig VIRTUALIZATION
11 Say Y here to get to see options for using your Linux host to run other
12 operating systems inside virtual machines (guests).
13 This option alone does not add any kernel code.
15 If you say N, all options in this submenu will be skipped and disabled.
21 prompt "Kernel-based Virtual Machine (KVM) support"
23 select PREEMPT_NOTIFIERS
25 select HAVE_KVM_CPU_RELAX_INTERCEPT
26 select HAVE_KVM_EVENTFD
28 select KVM_ASYNC_PF_SYNC
29 select HAVE_KVM_IRQCHIP
31 select HAVE_KVM_IRQ_ROUTING
32 select HAVE_KVM_INVALID_WAKEUPS
36 Support hosting paravirtualized guest machines using the SIE
37 virtualization capability on the mainframe. This should work
40 This module provides access to the hardware capabilities through
41 a character device node named /dev/kvm.
43 To compile this as a module, choose M here: the module
48 config KVM_S390_UCONTROL
49 bool "Userspace controlled virtual machines"
52 Allow CAP_SYS_ADMIN users to create KVM virtual machines that are
53 controlled by userspace.
57 # OK, it's a little counter-intuitive to do this, but it puts it neatly under
58 # the virtualization menu.
59 source drivers/vhost/Kconfig
61 endif # VIRTUALIZATION