Changeset 51220 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- May 9, 2014 1:51:16 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93632
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r50918 r51220 352 352 * Misc initialisation. 353 353 */ 354 //pVM->hm.s.vmx.fSupported = false; 355 //pVM->hm.s.svm.fSupported = false; 356 //pVM->hm.s.vmx.fEnabled = false; 357 //pVM->hm.s.svm.fEnabled = false; 358 //pVM->hm.s.fNestedPaging = false; 359 354 #if 0 355 pVM->hm.s.vmx.fSupported = false; 356 pVM->hm.s.svm.fSupported = false; 357 pVM->hm.s.vmx.fEnabled = false; 358 pVM->hm.s.svm.fEnabled = false; 359 pVM->hm.s.fNestedPaging = false; 360 #endif 360 361 361 362 /* … … 1260 1261 } 1261 1262 1263 LogRel(("HM: Supports VMCS EFER fields = %RTbool\n", pVM->hm.s.vmx.fSupportsVmcsEfer)); 1262 1264 LogRel(("HM: VMX enabled!\n")); 1263 1265 pVM->hm.s.vmx.fEnabled = true;
Note:
See TracChangeset
for help on using the changeset viewer.