| .. | .. |
|---|
| 7 | 7 | menuconfig VIRTUALIZATION |
|---|
| 8 | 8 | def_bool y |
|---|
| 9 | 9 | prompt "KVM" |
|---|
| 10 | | - ---help--- |
|---|
| 10 | + help |
|---|
| 11 | 11 | Say Y here to get to see options for using your Linux host to run other |
|---|
| 12 | 12 | operating systems inside virtual machines (guests). |
|---|
| 13 | 13 | This option alone does not add any kernel code. |
|---|
| .. | .. |
|---|
| 30 | 30 | select HAVE_KVM_IRQFD |
|---|
| 31 | 31 | select HAVE_KVM_IRQ_ROUTING |
|---|
| 32 | 32 | select HAVE_KVM_INVALID_WAKEUPS |
|---|
| 33 | + select HAVE_KVM_NO_POLL |
|---|
| 33 | 34 | select SRCU |
|---|
| 34 | 35 | select KVM_VFIO |
|---|
| 35 | | - ---help--- |
|---|
| 36 | + help |
|---|
| 36 | 37 | Support hosting paravirtualized guest machines using the SIE |
|---|
| 37 | 38 | virtualization capability on the mainframe. This should work |
|---|
| 38 | 39 | on any 64bit machine. |
|---|
| .. | .. |
|---|
| 48 | 49 | config KVM_S390_UCONTROL |
|---|
| 49 | 50 | bool "Userspace controlled virtual machines" |
|---|
| 50 | 51 | depends on KVM |
|---|
| 51 | | - ---help--- |
|---|
| 52 | + help |
|---|
| 52 | 53 | Allow CAP_SYS_ADMIN users to create KVM virtual machines that are |
|---|
| 53 | 54 | controlled by userspace. |
|---|
| 54 | 55 | |
|---|
| 55 | 56 | If unsure, say N. |
|---|
| 56 | | - |
|---|
| 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 |
|---|
| 60 | 57 | |
|---|
| 61 | 58 | endif # VIRTUALIZATION |
|---|