Changeset 49927 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Dec 16, 2013 12:17:39 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91319
- Location:
- trunk/src/VBox/VMM/VMMR3
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r49915 r49927 3818 3818 if (uECX & RT_BIT(29)) pHlp->pfnPrintf(pHlp, " 29"); 3819 3819 if (uECX & RT_BIT(30)) pHlp->pfnPrintf(pHlp, " 30"); 3820 if (uECX & RT_BIT(31)) pHlp->pfnPrintf(pHlp, " 31");3820 if (uECX & RT_BIT(31)) pHlp->pfnPrintf(pHlp, " HVP"); 3821 3821 pHlp->pfnPrintf(pHlp, "\n"); 3822 3822 } -
trunk/src/VBox/VMM/VMMR3/CPUMR3Db.cpp
r49899 r49927 176 176 #include "cpus/Intel_Core_i7_3960X.h" 177 177 #include "cpus/Intel_Core_i5_3570.h" 178 #include "cpus/Intel_Xeon_X5482_3_20GHz.h" 178 179 179 180 #include "cpus/AMD_FX_8150_Eight_Core.h" … … 198 199 #ifdef Intel_Pentium_M_processor_2_00GHz 199 200 &g_Entry_Intel_Pentium_M_processor_2_00GHz, 201 #endif 202 #ifdef VBOX_CPUDB_Intel_Xeon_X5482_3_20GHz 203 &g_Entry_Intel_Xeon_X5482_3_20GHz, 200 204 #endif 201 205 #ifdef VBOX_CPUDB_AMD_FX_8150_Eight_Core
Note:
See TracChangeset
for help on using the changeset viewer.