VirtualBox

Changeset 16792 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Feb 16, 2009 2:35:26 PM (16 years ago)
Author:
vboxsync
Message:

VBOX_WITH_PGMPOOL_PAGING_ONLY: updates for raw mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r16780 r16792  
    46184618    Assert(!HWACCMIsNestedPagingActive(pVM));
    46194619
    4620     /* Apply all hypervisor mappings to the new CR3. */
    4621     PGMMapActivateAll(pVM);
    4622 
    46234620    /*
    46244621     * Update the shadow root page as well since that's not fixed.
     
    46704667#  endif
    46714668    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);
    46734672# endif
    46744673#endif /* VBOX_WITH_PGMPOOL_PAGING_ONLY */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette