VirtualBox

Changeset 49796 in vbox for trunk/src


Ignore:
Timestamp:
Dec 5, 2013 10:47:58 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91128
Message:

PATMSSM.cpp: Must clear rec.Core.key when not used to ensure it fits in with the SSMFIELDTRANS_HCPTR_HACK_U32 requirements.

File:
1 edited

Legend:

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

    r49794 r49796  
    577577            rec.Core.Key = (AVLPVKEY)PATM_FIXUP_CPUID_CENTAUR;
    578578    }
     579    else /* Zero rec.Core.Key since it's unused and may trigger SSM check due to the above hack. */
     580        rec.Core.Key = 0;
    579581
    580582    /* Save the lookup record. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette