Changeset 52106 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jul 21, 2014 4:59:10 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95127
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r51797 r52106 977 977 978 978 /* 979 * Disallow replacing CPU ID leaves that this API currently cannot manage. .979 * Disallow replacing CPU ID leaves that this API currently cannot manage. 980 980 * These leaves have dependencies on saved-states, see PATMCpuidReplacement(). 981 * If you want to modify these leaves, use CPUMSetGuestCpuIdFeature(). .981 * If you want to modify these leaves, use CPUMSetGuestCpuIdFeature(). 982 982 */ 983 983 if ( pNewLeaf->uLeaf == UINT32_C(0x00000000) /* Standard */
Note:
See TracChangeset
for help on using the changeset viewer.