Changeset 16792 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Feb 16, 2009 2:35:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r16780 r16792 4618 4618 Assert(!HWACCMIsNestedPagingActive(pVM)); 4619 4619 4620 /* Apply all hypervisor mappings to the new CR3. */4621 PGMMapActivateAll(pVM);4622 4623 4620 /* 4624 4621 * Update the shadow root page as well since that's not fixed. … … 4670 4667 # endif 4671 4668 pVM->pgm.s.HCPhysShwCR3 = pVM->pgm.s.CTX_SUFF(pShwPageCR3)->Core.Key; 4672 rc = VINF_SUCCESS; /* clear it - pgmPoolAlloc returns hints. */ 4669 4670 /* Apply all hypervisor mappings to the new CR3. */ 4671 rc = PGMMapActivateAll(pVM); 4673 4672 # endif 4674 4673 #endif /* VBOX_WITH_PGMPOOL_PAGING_ONLY */
Note:
See TracChangeset
for help on using the changeset viewer.