Kconfig (85a3685852d9ac7d92be9d824533c915a4597fa4) Kconfig (14b0b4ac37cbb3e57f564da30ece5626d1e3767a)
1#
2# KVM configuration
3#
4source "virt/kvm/Kconfig"
5
6menuconfig VIRTUALIZATION
7 def_bool y
8 prompt "KVM"

--- 15 unchanged lines hidden (view full) ---

24 select HAVE_KVM_CPU_RELAX_INTERCEPT
25 select HAVE_KVM_EVENTFD
26 select KVM_ASYNC_PF
27 select KVM_ASYNC_PF_SYNC
28 select HAVE_KVM_IRQCHIP
29 select HAVE_KVM_IRQFD
30 select HAVE_KVM_IRQ_ROUTING
31 select SRCU
1#
2# KVM configuration
3#
4source "virt/kvm/Kconfig"
5
6menuconfig VIRTUALIZATION
7 def_bool y
8 prompt "KVM"

--- 15 unchanged lines hidden (view full) ---

24 select HAVE_KVM_CPU_RELAX_INTERCEPT
25 select HAVE_KVM_EVENTFD
26 select KVM_ASYNC_PF
27 select KVM_ASYNC_PF_SYNC
28 select HAVE_KVM_IRQCHIP
29 select HAVE_KVM_IRQFD
30 select HAVE_KVM_IRQ_ROUTING
31 select SRCU
32 select KVM_VFIO
32 ---help---
33 Support hosting paravirtualized guest machines using the SIE
34 virtualization capability on the mainframe. This should work
35 on any 64bit machine.
36
37 This module provides access to the hardware capabilities through
38 a character device node named /dev/kvm.
39

--- 19 unchanged lines hidden ---
33 ---help---
34 Support hosting paravirtualized guest machines using the SIE
35 virtualization capability on the mainframe. This should work
36 on any 64bit machine.
37
38 This module provides access to the hardware capabilities through
39 a character device node named /dev/kvm.
40

--- 19 unchanged lines hidden ---