Changeset 69900 in vbox
- Timestamp:
- Dec 1, 2017 3:32:11 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119373
- Location:
- trunk/src/VBox/VMM/VMMR3
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r69111 r69900 1276 1276 if (CPUMMICROARCH_IS_INTEL_CORE2(pVM->cpum.s.GuestFeatures.enmMicroarch)) 1277 1277 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. */ 1278 1280 1279 1281 /* -
trunk/src/VBox/VMM/VMMR3/CPUMR3Db.cpp
r69880 r69900 195 195 #include "cpus/Intel_Xeon_X5482_3_20GHz.h" 196 196 #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" 197 199 #include "cpus/Intel_Pentium_M_processor_2_00GHz.h" 198 200 #include "cpus/Intel_Pentium_4_3_00GHz.h" … … 257 259 #ifdef VBOX_CPUDB_Intel_Core2_X6800_2_93GHz 258 260 &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, 259 267 #endif 260 268 #ifdef VBOX_CPUDB_Intel_Pentium_4_3_00GHz
Note:
See TracChangeset
for help on using the changeset viewer.