VirtualBox

Changeset 91280 in vbox


Ignore:
Timestamp:
Sep 16, 2021 1:26:14 PM (3 years ago)
Author:
vboxsync
Message:

VMM/CPUM: Moved the PAE PDPTEs out of PGM and into CPUMCTX - saved state load fix. bugref:10092

File:
1 edited

Legend:

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

    r91271 r91280  
    27832783     * Validate version.
    27842784     */
    2785     if (    uVersion != CPUM_SAVED_STATE_VERSION_HWVIRT_VMX_2
     2785    if (    uVersion != CPUM_SAVED_STATE_VERSION_PAE_PDPES
     2786        &&  uVersion != CPUM_SAVED_STATE_VERSION_HWVIRT_VMX_2
    27862787        &&  uVersion != CPUM_SAVED_STATE_VERSION_HWVIRT_VMX
    27872788        &&  uVersion != CPUM_SAVED_STATE_VERSION_HWVIRT_SVM
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