Changeset 76491 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Dec 27, 2018 5:59:04 AM (6 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r76490 r76491 3916 3916 * @param pVM The cross context VM structure. 3917 3917 */ 3918 VMMR3DECL(void) CPUMR3LogCpuId s(PVM pVM)3918 VMMR3DECL(void) CPUMR3LogCpuIdAndMsrFeatures(PVM pVM) 3919 3919 { 3920 3920 /* -
trunk/src/VBox/VMM/VMMR3/VMM.cpp
r75646 r76491 867 867 * CPUM's post-initialization (print CPUIDs). 868 868 */ 869 CPUMR3LogCpuId s(pVM);869 CPUMR3LogCpuIdAndMsrFeatures(pVM); 870 870 break; 871 871 }
Note:
See TracChangeset
for help on using the changeset viewer.