File tree Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -46,29 +46,27 @@ menuconfig KVM
46
46
47
47
If unsure, say N.
48
48
49
+ config NVHE_EL2_DEBUG
50
+ bool "Debug mode for non-VHE EL2 object"
51
+ depends on KVM
52
+ help
53
+ Say Y here to enable the debug mode for the non-VHE KVM EL2 object.
54
+ Failure reports will BUG() in the hypervisor. This is intended for
55
+ local EL2 hypervisor development.
56
+
57
+ If unsure, say N.
58
+
49
59
config PROTECTED_NVHE_STACKTRACE
50
60
bool "Protected KVM hypervisor stacktraces"
51
61
depends on NVHE_EL2_DEBUG
52
62
default n
53
63
help
54
64
Say Y here to enable pKVM hypervisor stacktraces on hyp_panic()
55
65
56
- If you are not using protected nVHE (pKVM), say N.
57
-
58
66
If using protected nVHE mode, but cannot afford the associated
59
67
memory cost (less than 0.75 page per CPU) of pKVM stacktraces,
60
68
say N.
61
69
62
- If unsure, say N.
63
-
64
- config NVHE_EL2_DEBUG
65
- bool "Debug mode for non-VHE EL2 object"
66
- depends on KVM
67
- help
68
- Say Y here to enable the debug mode for the non-VHE KVM EL2 object.
69
- Failure reports will BUG() in the hypervisor. This is intended for
70
- local EL2 hypervisor development.
71
-
72
- If unsure, say N.
70
+ If unsure, or not using protected nVHE (pKVM), say N.
73
71
74
72
endif # VIRTUALIZATION
You can’t perform that action at this time.
0 commit comments