Changeset 9092 in vbox for trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
- Timestamp:
- May 23, 2008 4:03:14 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31198
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r9082 r9092 1422 1422 Assert(!pVM->hwaccm.s.fNestedPaging); 1423 1423 1424 /* Truly a pita. Why can't SVM give the same information as V MX? */1424 /* Truly a pita. Why can't SVM give the same information as VT-x? */ 1425 1425 rc = SVMR0InterpretInvpg(pVM, CPUMCTX2CORE(pCtx), pVMCB->ctrl.TLBCtrl.n.u32ASID); 1426 1426 if (rc == VINF_SUCCESS)
Note:
See TracChangeset
for help on using the changeset viewer.