VirtualBox

Changeset 20280 in vbox


Ignore:
Timestamp:
Jun 4, 2009 1:19:11 PM (16 years ago)
Author:
vboxsync
Message:

Updated nested paging check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMShw.h

    r20278 r20280  
    231231    PVM pVM = pVCpu->pVMR3;
    232232
    233     if (    HWACCMIsNestedPagingActive(pVM)
     233    if (    (   pVCpu->pgm.s.enmShadowMode == PGMMODE_NESTED
     234             || pVCpu->pgm.s.enmShadowMode == PGMMODE_EPT)
    234235        &&  pVCpu->pgm.s.CTX_SUFF(pShwPageCR3))
    235236    {
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