Kconfig (a02001086bbfb4da35d1228bebc2f1b442db455f) | Kconfig (83fe27ea531161a655f02dc7732d14cfaa27fd5d) |
---|---|
1# 2# KVM configuration 3# 4 5source "virt/kvm/Kconfig" 6 7menuconfig VIRTUALIZATION 8 bool "Virtualization" --- 26 unchanged lines hidden (view full) --- 35 select USER_RETURN_NOTIFIER 36 select KVM_MMIO 37 select TASKSTATS 38 select TASK_DELAY_ACCT 39 select PERF_EVENTS 40 select HAVE_KVM_MSI 41 select HAVE_KVM_CPU_RELAX_INTERCEPT 42 select KVM_VFIO | 1# 2# KVM configuration 3# 4 5source "virt/kvm/Kconfig" 6 7menuconfig VIRTUALIZATION 8 bool "Virtualization" --- 26 unchanged lines hidden (view full) --- 35 select USER_RETURN_NOTIFIER 36 select KVM_MMIO 37 select TASKSTATS 38 select TASK_DELAY_ACCT 39 select PERF_EVENTS 40 select HAVE_KVM_MSI 41 select HAVE_KVM_CPU_RELAX_INTERCEPT 42 select KVM_VFIO |
43 select SRCU |
|
43 ---help--- 44 Support hosting fully virtualized guest machines using hardware 45 virtualization extensions. You will need a fairly recent 46 processor equipped with virtualization extensions. You will also 47 need to select one or more of the processor modules below. 48 49 This module provides access to the hardware capabilities through 50 a character device node named /dev/kvm. --- 52 unchanged lines hidden --- | 44 ---help--- 45 Support hosting fully virtualized guest machines using hardware 46 virtualization extensions. You will need a fairly recent 47 processor equipped with virtualization extensions. You will also 48 need to select one or more of the processor modules below. 49 50 This module provides access to the hardware capabilities through 51 a character device node named /dev/kvm. --- 52 unchanged lines hidden --- |