Commit 23d4f77
authored
fix: add iLO7-Intel fallback virtualization key (#24)
HPE iLO7 Intels machines don't have the `IntelProcVtd` BIOS attribute
but it does have `ProcVirtualization`. This MR updates
`get_enable_virtualization_key()` to account for this.
Manually verified this by enabling/disabling `ProcVirtualization` via
the redfish BIOS which enables/disables `Intel(R) Virtualization
Technology (Intel VT)` in the BMC UI BIOS setup menu.
Signed-off-by: Krish Dandiwala <kdandiwala@nvidia.com>1 parent 046ac4e commit 23d4f77
1 file changed
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1090 | 1090 | | |
1091 | 1091 | | |
1092 | 1092 | | |
1093 | | - | |
1094 | | - | |
| 1093 | + | |
| 1094 | + | |
1095 | 1095 | | |
1096 | 1096 | | |
1097 | 1097 | | |
1098 | 1098 | | |
1099 | 1099 | | |
1100 | 1100 | | |
| 1101 | + | |
1101 | 1102 | | |
1102 | | - | |
| 1103 | + | |
1103 | 1104 | | |
1104 | 1105 | | |
1105 | 1106 | | |
| |||
1108 | 1109 | | |
1109 | 1110 | | |
1110 | 1111 | | |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
1111 | 1115 | | |
1112 | 1116 | | |
1113 | 1117 | | |
1114 | | - | |
1115 | | - | |
| 1118 | + | |
| 1119 | + | |
1116 | 1120 | | |
1117 | 1121 | | |
1118 | 1122 | | |
| |||
0 commit comments