File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ config KVM
21
21
depends on HAVE_KVM && EXPERIMENTAL
22
22
select PREEMPT_NOTIFIERS
23
23
select ANON_INODES
24
+ select HAVE_KVM_CPU_RELAX_INTERCEPT
24
25
---help---
25
26
Support hosting paravirtualized guest machines using the SIE
26
27
virtualization capability on the mainframe. This should work
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ config KVM
37
37
select TASK_DELAY_ACCT
38
38
select PERF_EVENTS
39
39
select HAVE_KVM_MSI
40
+ select HAVE_KVM_CPU_RELAX_INTERCEPT
40
41
---help---
41
42
Support hosting fully virtualized guest machines using hardware
42
43
virtualization extensions. You will need a fairly recent
Original file line number Diff line number Diff line change @@ -21,3 +21,6 @@ config KVM_ASYNC_PF
21
21
22
22
config HAVE_KVM_MSI
23
23
bool
24
+
25
+ config HAVE_KVM_CPU_RELAX_INTERCEPT
26
+ bool
You can’t perform that action at this time.
0 commit comments