VirtualBox

Changeset 45106 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Mar 20, 2013 3:18:21 PM (12 years ago)
Author:
vboxsync
Message:

VMM/VMMR0, VMMR3: HM bits, don't lose CR3 and PAE PDPTE updates. Fixes Win7 64-bit to boot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/EM.cpp

    r44399 r45106  
    14231423    if (VMCPU_FF_ISPENDING(pVCpu, VMCPU_FF_HM_UPDATE_PAE_PDPES))
    14241424    {
    1425         Assert(CPUMIsGuestInPAEMode(pVCpu));
     1425        /* The paging mode might no longer be PAE but we still need to update this, otherwise we lose updates in HM. */
    14261426        PX86PDPE pPdpes = HMGetPaePdpes(pVCpu);
    14271427        AssertPtr(pPdpes);
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