Changeset 80388 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 23, 2019 3:26:31 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132855
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r80333 r80388 1437 1437 int rc; 1438 1438 1439 Log (("pVM->hm.s.vmx.fSupported = %d\n", pVM->hm.s.vmx.fSupported));1439 LogFunc(("pVM->hm.s.vmx.fSupported = %d\n", pVM->hm.s.vmx.fSupported)); 1440 1440 AssertLogRelReturn(pVM->hm.s.vmx.Msrs.u64FeatCtrl != 0, VERR_HM_IPE_4); 1441 1441 … … 1699 1699 static int hmR3InitFinalizeR0Amd(PVM pVM) 1700 1700 { 1701 Log (("pVM->hm.s.svm.fSupported = %d\n", pVM->hm.s.svm.fSupported));1701 LogFunc(("pVM->hm.s.svm.fSupported = %d\n", pVM->hm.s.svm.fSupported)); 1702 1702 1703 1703 LogRel(("HM: Using AMD-V implementation 2.0\n"));
Note:
See TracChangeset
for help on using the changeset viewer.