Changeset 46718 in vbox
- Timestamp:
- Jun 21, 2013 9:28:16 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r46706 r46718 2612 2612 && !pVM->hm.s.vmx.fUnrestrictedGuest) 2613 2613 { 2614 #ifdef VBOX_WITH_OLD_VTX_CODE 2614 2615 /** @todo This should (probably) be set on every excursion to the REM, 2615 2616 * however it's too risky right now. So, only apply it when we go … … 2619 2620 for (uint32_t i = 0; i < pVM->cCpus; i++) 2620 2621 pVM->aCpus[i].hm.s.fContextUseFlags |= HM_CHANGED_ALL_GUEST; 2622 #endif 2621 2623 2622 2624 if ( !pVM->hm.s.fNestedPaging /* requires a fake PD for real *and* protected mode without paging - stored in the VMM device heap */
Note:
See TracChangeset
for help on using the changeset viewer.