VirtualBox

Changeset 50617 in vbox for trunk/src/VBox/VMM/tools


Ignore:
Timestamp:
Feb 26, 2014 7:34:46 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
92492
Message:

Implemented MSR 0x00000035 on i7, it reports threads and core counts on intel.

File:
1 edited

Legend:

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

    r50590 r50617  
    627627        case 0x00000033: return "TEST_CTL";
    628628        case 0x00000034: return "P6_UNK_0000_0034"; /* P6_M_Dothan. */
    629         case 0x00000035: return "P6_UNK_0000_0035"; /* P6_M_Dothan. */
     629        case 0x00000035: return CPUMMICROARCH_IS_INTEL_CORE7(g_enmMicroarch) ? "MSR_CORE_THREAD_COUNT" : "P6_UNK_0000_0035"; /* P6_M_Dothan. */
    630630        case 0x00000036: return "I7_UNK_0000_0036"; /* SandyBridge, IvyBridge. */
    631631        case 0x00000039: return "C2_UNK_0000_0039"; /* Core2_Penryn */
     
    18101810        case 0x0000002c: *pfTakesValue = true; return g_fIntelNetBurst ? "IntelP4EbcFrequencyId" : NULL;
    18111811        //case 0x00000033: return "IntelTestCtl";
     1812        case 0x00000035: return CPUMMICROARCH_IS_INTEL_CORE7(g_enmMicroarch) ? "IntelI7CoreThreadCount" : NULL;
    18121813        case 0x0000003a: return "Ia32FeatureControl";
    18131814
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