VirtualBox

Ignore:
Timestamp:
Nov 24, 2021 9:13:14 AM (3 years ago)
Author:
vboxsync
Message:

VMM: Nested VMX: bugref:10092 Renamed fPdpesMapped as it's rather misleading. More importantly CR3 is mapped and in case of PAE paging, the PAE PDPTEs have been mapped.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/NEMR0Native-win.cpp

    r92541 r92583  
    27812781        {
    27822782            LogFlow(("nemR0WinImportState: -> PGMUpdateCR3!\n"));
    2783             rc = PGMUpdateCR3(pGVCpu, pCtx->cr3, false /*fPdpesMapped*/);
     2783            rc = PGMUpdateCR3(pGVCpu, pCtx->cr3, false /*fCr3Mapped*/);
    27842784            if (rc == VINF_SUCCESS)
    27852785            { /* likely */ }
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