VirtualBox

Changeset 69900 in vbox


Ignore:
Timestamp:
Dec 1, 2017 3:32:11 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119373
Message:

CPUDb: Added T2600 (Yonah), T7600 (Merom) CPU profiles.

Location:
trunk/src/VBox/VMM/VMMR3
Files:
2 added
2 edited

Legend:

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

    r69111 r69900  
    12761276    if (CPUMMICROARCH_IS_INTEL_CORE2(pVM->cpum.s.GuestFeatures.enmMicroarch))
    12771277        pVCpu->cpum.s.GuestMsrs.msr.PkgCStateCfgCtrl = 0x202a01;    /* From Mac Pro Harpertown, unlocked. */
     1278    else if (pVM->cpum.s.GuestFeatures.enmMicroarch == kCpumMicroarch_Intel_Core_Yonah)
     1279        pVCpu->cpum.s.GuestMsrs.msr.PkgCStateCfgCtrl = 0x26740c;    /* From MacBookPro1,1. */
    12781280
    12791281    /*
  • trunk/src/VBox/VMM/VMMR3/CPUMR3Db.cpp

    r69880 r69900  
    195195#include "cpus/Intel_Xeon_X5482_3_20GHz.h"
    196196#include "cpus/Intel_Core2_X6800_2_93GHz.h"
     197#include "cpus/Intel_Core2_T7600_2_33GHz.h"
     198#include "cpus/Intel_Core_Duo_T2600_2_16GHz.h"
    197199#include "cpus/Intel_Pentium_M_processor_2_00GHz.h"
    198200#include "cpus/Intel_Pentium_4_3_00GHz.h"
     
    257259#ifdef VBOX_CPUDB_Intel_Core2_X6800_2_93GHz
    258260    &g_Entry_Intel_Core2_X6800_2_93GHz,
     261#endif
     262#ifdef VBOX_CPUDB_Intel_Core2_T7600_2_33GHz
     263    &g_Entry_Intel_Core2_T7600_2_33GHz,
     264#endif
     265#ifdef VBOX_CPUDB_Intel_Core_Duo_T2600_2_16GHz
     266    &g_Entry_Intel_Core_Duo_T2600_2_16GHz,
    259267#endif
    260268#ifdef VBOX_CPUDB_Intel_Pentium_4_3_00GHz
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