- Timestamp:
- May 19, 2014 4:28:55 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r51271 r51281 195 195 * - Toledo: 20F32/JH-E6, 30F72/DH-E6 (single code variant). 196 196 * - Manchester: 20FB1/BH-E4, 30FF2/BH-E4. 197 * - 90nm 2nd gen opteron ++, AMD-V introduced (might be missing in some che eper models):197 * - 90nm 2nd gen opteron ++, AMD-V introduced (might be missing in some cheaper models): 198 198 * - Santa Ana: 40F32/JH-F2, /-F3 199 199 * - Santa Rosa: 40F12/JH-F2, 40F13/JH-F3 … … 917 917 918 918 919 #if 0920 919 /** 921 920 * Inserts a CPU ID leaf, replacing any existing ones. … … 931 930 return cpumR3CpuIdInsert(pVM, NULL /* ppaLeaves */, NULL /* pcLeaves */, pNewLeaf); 932 931 } 933 #endif934 932 935 933
Note:
See TracChangeset
for help on using the changeset viewer.