Changeset 70178 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Dec 16, 2017 9:36:23 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119743
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp
r70176 r70178 249 249 /* AMD Seventh and Eighth Generation Processor MSRs. */ 250 250 *pbOffMsrpm = 0x1000; 251 *puMsrpmBit = (idMsr - 0xc00 01000) << 1;251 *puMsrpmBit = (idMsr - 0xc0010000) << 1; 252 252 return VINF_SUCCESS; 253 253 }
Note:
See TracChangeset
for help on using the changeset viewer.