VirtualBox

Changeset 58560 in vbox


Ignore:
Timestamp:
Nov 4, 2015 1:02:15 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103906
Message:

VMM/cpus/Intel_Atom_*: Update the profile because it was incomplete due to an unnoticed error in VBoxCpuReport, workaround certain missing MSRs in some CPUs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/tools/VBoxCpuReport.cpp

    r58547 r58560  
    35213521           && (   paMsrs[cDetectedRegs].uMsr == uMsr + cRegs
    35223522               || (cRegs & 3) == 2 /* ADDR may or may not be there, depends on STATUS and CPU. */
    3523                || (cRegs & 3) == 3 /* MISC may or may not be there, depends on STATUS and CPU. */)
     3523               || (cRegs & 3) == 3 /* MISC may or may not be there, depends on STATUS and CPU. */
     3524               || cRegs == 0x13 /* MC4_MISC may not be there, depends on CPU. */
     3525               || cRegs == 0x14 /* MC5_CTL may not be there, depends on CPU. */)
    35243526           && cRegs < 0x7f )
    35253527    {
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