VirtualBox

Changeset 17498 in vbox


Ignore:
Timestamp:
Mar 6, 2009 5:09:09 PM (16 years ago)
Author:
vboxsync
Message:

PGMR3Reset: Force a shadow mode reinit (necessary for nested paging and ept).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGM.cpp

    r17492 r17498  
    22292229        if (RT_SUCCESS(rc))
    22302230        {
     2231#ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY
     2232            /* Force a shadow mode reinit (necessary for nested paging and ept). */
     2233            pVM->pgm.s.enmShadowMode = PGMMODE_INVALID;
     2234#endif
    22312235            /*
    22322236             * Switch mode back to real mode.
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