Changeset 76585 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jan 1, 2019 6:31:29 AM (6 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 73 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GMMR0Internal.h
r76561 r76585 89 89 typedef GMMPERVM *PGMMPERVM; 90 90 91 #endif 91 #endif /* !VMM_INCLUDED_SRC_VMMR0_GMMR0Internal_h */ 92 92 -
trunk/src/VBox/VMM/VMMR0/GVMMR0Internal.h
r76561 r76585 66 66 67 67 68 #endif 68 #endif /* !VMM_INCLUDED_SRC_VMMR0_GVMMR0Internal_h */ 69 69 -
trunk/src/VBox/VMM/VMMR0/HMSVMR0.h
r76561 r76585 96 96 RT_C_DECLS_END 97 97 98 #endif /* ! ___HMSVMR0_h */98 #endif /* !VMM_INCLUDED_SRC_VMMR0_HMSVMR0_h */ 99 99 -
trunk/src/VBox/VMM/VMMR0/HMVMXR0.h
r76561 r76585 82 82 RT_C_DECLS_END 83 83 84 #endif /* ! ___HMVMXR0_h */84 #endif /* !VMM_INCLUDED_SRC_VMMR0_HMVMXR0_h */ 85 85 -
trunk/src/VBox/VMM/VMMR3/PATMPatch.h
r76561 r76585 154 154 int patmPatchGenGlobalFunctions(PVM pVM, PPATCHINFO pPatch); 155 155 156 #endif 156 #endif /* !VMM_INCLUDED_SRC_VMMR3_PATMPatch_h */ -
trunk/src/VBox/VMM/VMMR3/cpus/AMD_Athlon_64_3200.h
r76561 r76585 221 221 }; 222 222 223 #endif /* !VBOX_ DB_AMD_Athlon_64_3200*/224 223 #endif /* !VBOX_CPUDB_AMD_Athlon_64_3200_h */ 224 -
trunk/src/VBox/VMM/VMMR3/cpus/AMD_Athlon_64_X2_Dual_Core_4200.h
r76561 r76585 229 229 }; 230 230 231 #endif /* !VBOX_ DB_AMD_Athlon_64_X2_Dual_Core_4200*/232 231 #endif /* !VBOX_CPUDB_AMD_Athlon_64_X2_Dual_Core_4200_h */ 232 -
trunk/src/VBox/VMM/VMMR3/cpus/AMD_FX_8150_Eight_Core.h
r76561 r76585 380 380 }; 381 381 382 #endif /* !VBOX_ DB_AMD_FX_8150_Eight_Core*/383 382 #endif /* !VBOX_CPUDB_AMD_FX_8150_Eight_Core_h */ 383 -
trunk/src/VBox/VMM/VMMR3/cpus/AMD_Phenom_II_X6_1100T.h
r76561 r76585 269 269 }; 270 270 271 #endif /* !VBOX_ DB_AMD_Phenom_II_X6_1100T*/272 271 #endif /* !VBOX_CPUDB_AMD_Phenom_II_X6_1100T_h */ 272 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_80186.h
r76561 r76585 72 72 }; 73 73 74 #endif /* !VBOX_CPUDB_Intel_80186 */74 #endif /* !VBOX_CPUDB_Intel_80186_h */ 75 75 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_80286.h
r76561 r76585 72 72 }; 73 73 74 #endif /* !VBOX_CPUDB_Intel_80286 */74 #endif /* !VBOX_CPUDB_Intel_80286_h */ 75 75 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_80386.h
r76561 r76585 72 72 }; 73 73 74 #endif /* !VBOX_CPUDB_Intel_80386 */74 #endif /* !VBOX_CPUDB_Intel_80386_h */ 75 75 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_80486.h
r76561 r76585 70 70 }; 71 71 72 #endif /* !VBOX_CPUDB_Intel_80486 */72 #endif /* !VBOX_CPUDB_Intel_80486_h */ 73 73 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_8086.h
r76561 r76585 72 72 }; 73 73 74 #endif /* !VBOX_CPUDB_Intel_8086 */74 #endif /* !VBOX_CPUDB_Intel_8086_h */ 75 75 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Atom_330_1_60GHz.h
r76561 r76585 207 207 }; 208 208 209 #endif /* !VBOX_ DB_Intel_Atom_330_1_60GHz*/210 209 #endif /* !VBOX_CPUDB_Intel_Atom_330_1_60GHz_h */ 210 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core2_T7600_2_33GHz.h
r76561 r76585 192 192 }; 193 193 194 #endif /* !VBOX_ DB_Intel_Core2_T7600_2_33GHz*/194 #endif /* !VBOX_CPUDB_Intel_Core2_T7600_2_33GHz_h */ 195 195 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core2_X6800_2_93GHz.h
r76561 r76585 257 257 }; 258 258 259 #endif /* !VBOX_ DB_Intel_Core2_X6800_2_93GHz*/260 259 #endif /* !VBOX_CPUDB_Intel_Core2_X6800_2_93GHz_h */ 260 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_Duo_T2600_2_16GHz.h
r76561 r76585 222 222 }; 223 223 224 #endif /* !VBOX_ DB_Intel_Core_Duo_T2600_2_16GHz*/225 224 #endif /* !VBOX_CPUDB_Intel_Core_Duo_T2600_2_16GHz_h */ 225 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i5_3570.h
r76561 r76585 336 336 }; 337 337 338 #endif /* !VBOX_ DB_Intel_Core_i5_3570*/339 338 #endif /* !VBOX_CPUDB_Intel_Core_i5_3570_h */ 339 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_2635QM.h
r76561 r76585 329 329 }; 330 330 331 #endif /* !VBOX_ DB_Intel_Core_i7_2635QM*/332 331 #endif /* !VBOX_CPUDB_Intel_Core_i7_2635QM_h */ 332 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3820QM.h
r76561 r76585 383 383 }; 384 384 385 #endif /* !VBOX_ DB_Intel_Core_i7_3820QM*/386 385 #endif /* !VBOX_CPUDB_Intel_Core_i7_3820QM_h */ 386 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3960X.h
r76561 r76585 366 366 }; 367 367 368 #endif /* !VBOX_ DB_Intel_Core_i7_3960X*/369 368 #endif /* !VBOX_CPUDB_Intel_Core_i7_3960X_h */ 369 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_5600U.h
r76561 r76585 365 365 }; 366 366 367 #endif /* !VBOX_ DB_Intel_Core_i7_5600U*/368 367 #endif /* !VBOX_CPUDB_Intel_Core_i7_5600U_h */ 368 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_6700K.h
r76561 r76585 507 507 }; 508 508 509 #endif /* !VBOX_ DB_Intel_Core_i7_6700K*/510 509 #endif /* !VBOX_CPUDB_Intel_Core_i7_6700K_h */ 510 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Pentium_4_3_00GHz.h
r76561 r76585 274 274 }; 275 275 276 #endif /* !VBOX_ DB_Intel_Pentium_4_3_00GHz*/277 276 #endif /* !VBOX_CPUDB_Intel_Pentium_4_3_00GHz_h */ 277 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Pentium_M_processor_2_00GHz.h
r76561 r76585 213 213 }; 214 214 215 #endif /* !VBOX_ DB_Intel_Pentium_M_processor_2_00GHz*/216 215 #endif /* !VBOX_CPUDB_Intel_Pentium_M_processor_2_00GHz_h */ 216 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Pentium_N3530_2_16GHz.h
r76561 r76585 262 262 }; 263 263 264 #endif /* !VBOX_ DB_Intel_Pentium_N3530_2_16GHz*/265 264 #endif /* !VBOX_CPUDB_Intel_Pentium_N3530_2_16GHz_h */ 265 -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Xeon_X5482_3_20GHz.h
r76561 r76585 245 245 }; 246 246 247 #endif /* !VBOX_ DB_Intel_Xeon_X5482_3_20GHz*/248 247 #endif /* !VBOX_CPUDB_Intel_Xeon_X5482_3_20GHz_h */ 248 -
trunk/src/VBox/VMM/VMMR3/cpus/Quad_Core_AMD_Opteron_2384.h
r76561 r76585 267 267 }; 268 268 269 #endif /* !VBOX_ DB_Quad_Core_AMD_Opteron_2384*/270 269 #endif /* !VBOX_CPUDB_Quad_Core_AMD_Opteron_2384_h */ 270 -
trunk/src/VBox/VMM/VMMR3/cpus/VIA_QuadCore_L4700_1_2_GHz.h
r76561 r76585 401 401 }; 402 402 403 #endif /* !VBOX_ DB_VIA_QuadCore_L4700_1_2_GHz*/404 403 #endif /* !VBOX_CPUDB_VIA_QuadCore_L4700_1_2_GHz_h */ 404 -
trunk/src/VBox/VMM/include/APICInternal.h
r76561 r76585 1468 1468 /** @} */ 1469 1469 1470 #endif 1471 1470 #endif /* !VMM_INCLUDED_SRC_include_APICInternal_h */ 1471 -
trunk/src/VBox/VMM/include/CFGMInternal.h
r76561 r76585 132 132 /** @} */ 133 133 134 #endif 134 #endif /* !VMM_INCLUDED_SRC_include_CFGMInternal_h */ -
trunk/src/VBox/VMM/include/CPUMInternal.h
r76561 r76585 573 573 /** @} */ 574 574 575 #endif 576 575 #endif /* !VMM_INCLUDED_SRC_include_CPUMInternal_h */ 576 -
trunk/src/VBox/VMM/include/CSAMInternal.h
r76561 r76585 292 292 RT_C_DECLS_END 293 293 294 #endif 294 #endif /* !VMM_INCLUDED_SRC_include_CSAMInternal_h */ -
trunk/src/VBox/VMM/include/DBGFInternal.h
r76561 r76585 550 550 /** @} */ 551 551 552 #endif 552 #endif /* !VMM_INCLUDED_SRC_include_DBGFInternal_h */ -
trunk/src/VBox/VMM/include/EMHandleRCTmpl.h
r76561 r76585 413 413 } 414 414 415 #endif 416 415 #endif /* !VMM_INCLUDED_SRC_include_EMHandleRCTmpl_h */ 416 -
trunk/src/VBox/VMM/include/EMInternal.h
r76561 r76585 405 405 RT_C_DECLS_END 406 406 407 #endif 408 407 #endif /* !VMM_INCLUDED_SRC_include_EMInternal_h */ 408 -
trunk/src/VBox/VMM/include/FTMInternal.h
r76561 r76585 126 126 /** @} */ 127 127 128 #endif 128 #endif /* !VMM_INCLUDED_SRC_include_FTMInternal_h */ -
trunk/src/VBox/VMM/include/GIMHvInternal.h
r76561 r76585 1379 1379 RT_C_DECLS_END 1380 1380 1381 #endif 1382 1381 #endif /* !VMM_INCLUDED_SRC_include_GIMHvInternal_h */ 1382 -
trunk/src/VBox/VMM/include/GIMInternal.h
r76561 r76585 120 120 RT_C_DECLS_END 121 121 122 #endif 122 #endif /* !VMM_INCLUDED_SRC_include_GIMInternal_h */ 123 123 -
trunk/src/VBox/VMM/include/GIMKvmInternal.h
r76561 r76585 278 278 RT_C_DECLS_END 279 279 280 #endif 281 280 #endif /* !VMM_INCLUDED_SRC_include_GIMKvmInternal_h */ 281 -
trunk/src/VBox/VMM/include/GIMMinimalInternal.h
r76561 r76585 35 35 RT_C_DECLS_END 36 36 37 #endif 37 #endif /* !VMM_INCLUDED_SRC_include_GIMMinimalInternal_h */ 38 38 -
trunk/src/VBox/VMM/include/HMInternal.h
r76561 r76585 1118 1118 RT_C_DECLS_END 1119 1119 1120 #endif 1121 1120 #endif /* !VMM_INCLUDED_SRC_include_HMInternal_h */ 1121 -
trunk/src/VBox/VMM/include/IEMInternal.h
r76561 r76585 1910 1910 RT_C_DECLS_END 1911 1911 1912 #endif 1913 1912 #endif /* !VMM_INCLUDED_SRC_include_IEMInternal_h */ 1913 -
trunk/src/VBox/VMM/include/IOMInline.h
r76561 r76585 213 213 /** @} */ 214 214 215 #endif 216 215 #endif /* !VMM_INCLUDED_SRC_include_IOMInline_h */ 216 -
trunk/src/VBox/VMM/include/IOMInternal.h
r76561 r76585 506 506 /** @} */ 507 507 508 #endif /* ! ___IOMInternal_h */509 508 #endif /* !VMM_INCLUDED_SRC_include_IOMInternal_h */ 509 -
trunk/src/VBox/VMM/include/MMInternal.h
r76561 r76585 857 857 /** @} */ 858 858 859 #endif 860 859 #endif /* !VMM_INCLUDED_SRC_include_MMInternal_h */ 860 -
trunk/src/VBox/VMM/include/NEMInternal.h
r76561 r76585 446 446 RT_C_DECLS_END 447 447 448 #endif 449 448 #endif /* !VMM_INCLUDED_SRC_include_NEMInternal_h */ 449 -
trunk/src/VBox/VMM/include/PATMA.h
r76561 r76585 233 233 RT_C_DECLS_END 234 234 235 #endif 235 #endif /* !VMM_INCLUDED_SRC_include_PATMA_h */ -
trunk/src/VBox/VMM/include/PATMInternal.h
r76561 r76585 690 690 PGM_ALL_CB2_PROTO(FNPGMVIRTHANDLER) patmVirtPageHandler; 691 691 692 #endif 692 #endif /* !VMM_INCLUDED_SRC_include_PATMInternal_h */ -
trunk/src/VBox/VMM/include/PDMAsyncCompletionFileInternal.h
r76561 r76585 563 563 RT_C_DECLS_END 564 564 565 #endif 566 565 #endif /* !VMM_INCLUDED_SRC_include_PDMAsyncCompletionFileInternal_h */ 566 -
trunk/src/VBox/VMM/include/PDMAsyncCompletionInternal.h
r76561 r76585 278 278 extern const PDMASYNCCOMPLETIONEPCLASSOPS g_PDMAsyncCompletionEndpointClassFile; 279 279 280 #endif /* ! ___PDMAsyncCompletionInternal_h */281 280 #endif /* !VMM_INCLUDED_SRC_include_PDMAsyncCompletionInternal_h */ 281 -
trunk/src/VBox/VMM/include/PDMBlkCacheInternal.h
r76561 r76585 331 331 RT_C_DECLS_END 332 332 333 #endif 334 333 #endif /* !VMM_INCLUDED_SRC_include_PDMBlkCacheInternal_h */ 334 -
trunk/src/VBox/VMM/include/PDMInline.h
r76561 r76585 39 39 } 40 40 41 #endif 41 #endif /* !VMM_INCLUDED_SRC_include_PDMInline_h */ 42 42 -
trunk/src/VBox/VMM/include/PDMInternal.h
r76561 r76585 1317 1317 RT_C_DECLS_END 1318 1318 1319 #endif 1320 1319 #endif /* !VMM_INCLUDED_SRC_include_PDMInternal_h */ 1320 -
trunk/src/VBox/VMM/include/PDMNetShaperInternal.h
r76561 r76585 51 51 typedef PDMNSBWGROUP *PPDMNSBWGROUP; 52 52 53 #endif 53 #endif /* !VMM_INCLUDED_SRC_include_PDMNetShaperInternal_h */ 54 54 -
trunk/src/VBox/VMM/include/PGMInline.h
r76561 r76585 1534 1534 /** @} */ 1535 1535 1536 #endif 1537 1536 #endif /* !VMM_INCLUDED_SRC_include_PGMInline_h */ 1537 -
trunk/src/VBox/VMM/include/PGMInternal.h
r76561 r76585 4342 4342 /** @} */ 4343 4343 4344 #endif 4345 4344 #endif /* !VMM_INCLUDED_SRC_include_PGMInternal_h */ 4345 -
trunk/src/VBox/VMM/include/REMInternal.h
r76561 r76585 285 285 /** @} */ 286 286 287 #endif 288 287 #endif /* !VMM_INCLUDED_SRC_include_REMInternal_h */ 288 -
trunk/src/VBox/VMM/include/SELMInline.h
r76561 r76585 318 318 /** @} */ 319 319 320 #endif 320 #endif /* !VMM_INCLUDED_SRC_include_SELMInline_h */ -
trunk/src/VBox/VMM/include/SELMInternal.h
r76561 r76585 256 256 /** @} */ 257 257 258 #endif 258 #endif /* !VMM_INCLUDED_SRC_include_SELMInternal_h */ -
trunk/src/VBox/VMM/include/SSMInternal.h
r76561 r76585 328 328 RT_C_DECLS_END 329 329 330 #endif /* ! ___SSMInternal_h */331 330 #endif /* !VMM_INCLUDED_SRC_include_SSMInternal_h */ 331 -
trunk/src/VBox/VMM/include/STAMInternal.h
r76561 r76585 180 180 RT_C_DECLS_END 181 181 182 #endif 182 #endif /* !VMM_INCLUDED_SRC_include_STAMInternal_h */ -
trunk/src/VBox/VMM/include/TMInline.h
r76561 r76585 56 56 } 57 57 58 #endif 58 #endif /* !VMM_INCLUDED_SRC_include_TMInline_h */ 59 59 -
trunk/src/VBox/VMM/include/TMInternal.h
r76561 r76585 819 819 RT_C_DECLS_END 820 820 821 #endif 822 821 #endif /* !VMM_INCLUDED_SRC_include_TMInternal_h */ 822 -
trunk/src/VBox/VMM/include/TRPMInternal.h
r76561 r76585 301 301 RT_C_DECLS_END 302 302 303 #endif 303 #endif /* !VMM_INCLUDED_SRC_include_TRPMInternal_h */ -
trunk/src/VBox/VMM/include/VMInternal.h
r76561 r76585 482 482 /** @} */ 483 483 484 #endif 485 484 #endif /* !VMM_INCLUDED_SRC_include_VMInternal_h */ 485 -
trunk/src/VBox/VMM/include/VMMInternal.h
r76561 r76585 788 788 /** @} */ 789 789 790 #endif 790 #endif /* !VMM_INCLUDED_SRC_include_VMMInternal_h */ -
trunk/src/VBox/VMM/include/VMMSwitcher.h
r76561 r76585 154 154 RT_C_DECLS_END 155 155 156 #endif 156 #endif /* !VMM_INCLUDED_SRC_include_VMMSwitcher_h */ -
trunk/src/VBox/VMM/include/VMMTracing.h
r76561 r76585 125 125 /** @} */ 126 126 127 #endif 127 #endif /* !VMM_INCLUDED_SRC_include_VMMTracing_h */ 128 128 -
trunk/src/VBox/VMM/testcase/tstHelp.h
r76561 r76585 167 167 168 168 169 #endif 169 #endif /* !VMM_INCLUDED_SRC_testcase_tstHelp_h */ -
trunk/src/VBox/VMM/testcase/tstMicro.h
r76561 r76585 144 144 RT_C_DECLS_END 145 145 146 #endif 146 #endif /* !VMM_INCLUDED_SRC_testcase_tstMicro_h */ -
trunk/src/VBox/VMM/tools/VBoxCpuReport.h
r76561 r76585 50 50 RT_C_DECLS_END 51 51 52 #endif 52 #endif /* !VMM_INCLUDED_SRC_tools_VBoxCpuReport_h */ 53 53
Note:
See TracChangeset
for help on using the changeset viewer.