Changeset 62460 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 22, 2016 4:20:18 PM (9 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/Makefile.kmk
r62384 r62460 563 563 VMMRC_SOURCES += \ 564 564 VMMAll/APICAll.cpp 565 endif 565 endif 566 566 ifdef VBOX_WITH_REM 567 567 VMMRC_SOURCES += \ -
trunk/src/VBox/VMM/VMMAll/APICAll.cpp
r62309 r62460 25 25 #include <VBox/vmm/vm.h> 26 26 #include <VBox/vmm/vmcpuset.h> 27 27 28 28 29 /********************************************************************************************************************************* -
trunk/src/VBox/VMM/VMMR3/APIC.cpp
r61848 r62460 32 32 33 33 #ifndef VBOX_DEVICE_STRUCT_TESTCASE 34 35 34 36 /********************************************************************************************************************************* 35 37 * Defined Constants And Macros * -
trunk/src/VBox/VMM/VMMR3/CSAM.cpp
r62291 r62460 26 26 * @sa @ref grp_csam 27 27 */ 28 28 29 29 30 /********************************************************************************************************************************* -
trunk/src/VBox/VMM/VMMR3/DBGFR3Type.cpp
r61761 r62460 501 501 502 502 /** 503 * Registers a new built-in type 503 * Registers a new built-in type 504 504 * 505 505 * @returns VBox status code. … … 972 972 if (!pType->cRefs) 973 973 { 974 974 975 975 } 976 976 else … … 1197 1197 ppVal, &cbParsed); 1198 1198 } 1199 1199 1200 1200 MMR3HeapFree(pbBuf); 1201 1201 } -
trunk/src/VBox/VMM/VMMR3/HM.cpp
r61776 r62460 32 32 * @sa @ref grp_hm 33 33 */ 34 34 35 35 36 /********************************************************************************************************************************* -
trunk/src/VBox/VMM/VMMR3/PATM.cpp
r62291 r62460 30 30 * @sa @ref grp_patm 31 31 */ 32 32 33 33 34 /********************************************************************************************************************************* -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Atom_330_1_60GHz.h
r61776 r62460 25 25 * CPUID leaves for Intel(R) Atom(TM) CPU 330 @ 1.60GHz. 26 26 */ 27 static CPUMCPUIDLEAF const g_aCpuIdLeaves_Intel_Atom_330_1_60GHz[] = 27 static CPUMCPUIDLEAF const g_aCpuIdLeaves_Intel_Atom_330_1_60GHz[] = 28 28 { 29 29 { 0x00000000, 0x00000000, 0x00000000, 0x0000000a, 0x756e6547, 0x6c65746e, 0x49656e69, 0 }, … … 58 58 * MSR ranges for Intel(R) Atom(TM) CPU 330 @ 1.60GHz. 59 59 */ 60 static CPUMMSRRANGE const g_aMsrRanges_Intel_Atom_330_1_60GHz[] = 60 static CPUMMSRRANGE const g_aMsrRanges_Intel_Atom_330_1_60GHz[] = 61 61 { 62 62 MFI(0x00000000, "IA32_P5_MC_ADDR", Ia32P5McAddr), /* value=0x0 */ … … 182 182 * Database entry for Intel(R) Atom(TM) CPU 330 @ 1.60GHz. 183 183 */ 184 static CPUMDBENTRY const g_Entry_Intel_Atom_330_1_60GHz = 184 static CPUMDBENTRY const g_Entry_Intel_Atom_330_1_60GHz = 185 185 { 186 186 /*.pszName = */ "Intel Atom 330 1.60GHz", -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_5600U.h
r61776 r62460 25 25 * CPUID leaves for Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz. 26 26 */ 27 static CPUMCPUIDLEAF const g_aCpuIdLeaves_Intel_Core_i7_5600U[] = 27 static CPUMCPUIDLEAF const g_aCpuIdLeaves_Intel_Core_i7_5600U[] = 28 28 { 29 29 { 0x00000000, 0x00000000, 0x00000000, 0x00000014, 0x756e6547, 0x6c65746e, 0x49656e69, 0 }, … … 77 77 * MSR ranges for Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz. 78 78 */ 79 static CPUMMSRRANGE const g_aMsrRanges_Intel_Core_i7_5600U[] = 79 static CPUMMSRRANGE const g_aMsrRanges_Intel_Core_i7_5600U[] = 80 80 { 81 81 MFX(0x00000000, "IA32_P5_MC_ADDR", Ia32P5McAddr, Ia32P5McAddr, 0, UINT64_C(0xffffffffffffff00), 0), /* value=0xff */ … … 340 340 * Database entry for Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz. 341 341 */ 342 static CPUMDBENTRY const g_Entry_Intel_Core_i7_5600U = 342 static CPUMDBENTRY const g_Entry_Intel_Core_i7_5600U = 343 343 { 344 344 /*.pszName = */ "Intel Core i7-5600U", -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_6700K.h
r61776 r62460 25 25 * CPUID leaves for Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz. 26 26 */ 27 static CPUMCPUIDLEAF const g_aCpuIdLeaves_Intel_Core_i7_6700K[] = 27 static CPUMCPUIDLEAF const g_aCpuIdLeaves_Intel_Core_i7_6700K[] = 28 28 { 29 29 { 0x00000000, 0x00000000, 0x00000000, 0x00000016, 0x756e6547, 0x6c65746e, 0x49656e69, 0 }, … … 85 85 * MSR ranges for Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz. 86 86 */ 87 static CPUMMSRRANGE const g_aMsrRanges_Intel_Core_i7_6700K[] = 87 static CPUMMSRRANGE const g_aMsrRanges_Intel_Core_i7_6700K[] = 88 88 { 89 89 MFX(0x00000000, "IA32_P5_MC_ADDR", Ia32P5McAddr, Ia32P5McAddr, 0, UINT64_C(0xfffffffffffff000), 0), /* value=0xfff */ … … 482 482 * Database entry for Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz. 483 483 */ 484 static CPUMDBENTRY const g_Entry_Intel_Core_i7_6700K = 484 static CPUMDBENTRY const g_Entry_Intel_Core_i7_6700K = 485 485 { 486 486 /*.pszName = */ "Intel Core i7-6700K", -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Pentium_N3530_2_16GHz.h
r61776 r62460 25 25 * CPUID leaves for Intel(R) Pentium(R) CPU N3530 @ 2.16GHz. 26 26 */ 27 static CPUMCPUIDLEAF const g_aCpuIdLeaves_Intel_Pentium_N3530_2_16GHz[] = 27 static CPUMCPUIDLEAF const g_aCpuIdLeaves_Intel_Pentium_N3530_2_16GHz[] = 28 28 { 29 29 { 0x00000000, 0x00000000, 0x00000000, 0x0000000b, 0x756e6547, 0x6c65746e, 0x49656e69, 0 }, … … 62 62 * MSR ranges for Intel(R) Pentium(R) CPU N3530 @ 2.16GHz. 63 63 */ 64 static CPUMMSRRANGE const g_aMsrRanges_Intel_Pentium_N3530_2_16GHz[] = 64 static CPUMMSRRANGE const g_aMsrRanges_Intel_Pentium_N3530_2_16GHz[] = 65 65 { 66 66 MFI(0x00000000, "IA32_P5_MC_ADDR", Ia32P5McAddr), /* value=0x0 */ … … 237 237 * Database entry for Intel(R) Pentium(R) CPU N3530 @ 2.16GHz. 238 238 */ 239 static CPUMDBENTRY const g_Entry_Intel_Pentium_N3530_2_16GHz = 239 static CPUMDBENTRY const g_Entry_Intel_Pentium_N3530_2_16GHz = 240 240 { 241 241 /*.pszName = */ "Intel Pentium N3530 2.16GHz",
Note:
See TracChangeset
for help on using the changeset viewer.