- Timestamp:
- Feb 11, 2015 5:27:18 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98187
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r54153 r54154 1364 1364 LogRel(("HM: AMD-V max ASID = %RU32\n", pVM->hm.s.uMaxAsid)); 1365 1365 LogRel(("HM: AMD-V features = %#x\n", pVM->hm.s.svm.u32Features)); 1366 LogRel(("HM: Max resume loops = %u\n", pVM->hm.s.cMaxResumeLoops));1367 1366 1368 1367 /* … … 1403 1402 if (pVM->hm.s.svm.u32Features & AMD_CPUID_SVM_FEATURE_EDX_NESTED_PAGING) 1404 1403 pVM->hm.s.fNestedPaging = pVM->hm.s.fAllowNestedPaging; 1404 1405 LogRel(("HM: Max resume loops = %u\n", pVM->hm.s.cMaxResumeLoops)); 1405 1406 1406 1407 /*
Note:
See TracChangeset
for help on using the changeset viewer.