Commit b3129c7
committed
fix(vmm): Disable SVM on T2A template
(cherry picked from commit 681e781)
Althought T2A and T2CL templates together aim to provide instruction set
feature parity, T2CL disables nested virtualization (VMX) but T2A does
not disable it (SVM). This commit disables SVM on T2A template.
Signed-off-by: Takahiro Itazuri <[email protected]>1 parent 70b800a commit b3129c7
File tree
3 files changed
+3
-2
lines changed- resources/tests/static_cpu_templates
- src/vmm/src/cpu_config/x86_64/static_cpu_templates
3 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments