Changeset 85803 in vbox
- Timestamp:
- Aug 18, 2020 6:45:32 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r85537 r85803 1150 1150 hrc = pMachine->GetHWVirtExProperty(HWVirtExPropertyType_UnrestrictedExecution, &fEnableUX); H(); 1151 1151 InsertConfigInteger(pHM, "EnableUX", fEnableUX); 1152 1153 /* Virtualized VMSAVE/VMLOAD (AMD-V) */ 1154 BOOL fVirtVmsaveVmload = true; 1155 hrc = host->GetProcessorFeature(ProcessorFeature_VirtVmsaveVmload, &fVirtVmsaveVmload); H(); 1156 InsertConfigInteger(pHM, "SvmVirtVmsaveVmload", fVirtVmsaveVmload); 1152 1157 1153 1158 /* Indirect branch prediction boundraries. */
Note:
See TracChangeset
for help on using the changeset viewer.