VirtualBox

Changeset 16665 in vbox


Ignore:
Timestamp:
Feb 11, 2009 1:57:23 PM (16 years ago)
Author:
vboxsync
Message:

Ignore CPU stepping when restoring a saved state.

File:
1 edited

Legend:

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

    r15962 r16665  
    10231023    if (RT_SUCCESS(rc))
    10241024    {
     1025        /* Ignore CPU stepping. */
     1026        au32CpuId[0]      &=  0xfffffff0;
     1027        au32CpuIdSaved[0] &=  0xfffffff0;
     1028
    10251029        /* Ignore APIC ID (AMD specs). */
    10261030        au32CpuId[5]      &= ~0xff000000;
    10271031        au32CpuIdSaved[5] &= ~0xff000000;
     1032
    10281033        /* Ignore the number of Logical CPUs (AMD specs). */
    10291034        au32CpuId[5]      &= ~0x00ff0000;
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