Changeset 42894 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Aug 21, 2012 8:00:10 AM (12 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r42613 r42894 1243 1243 //| X86_CPUID_AMD_ADVPOWER_EDX_MC 1244 1244 //| X86_CPUID_AMD_ADVPOWER_EDX_HWPSTATE 1245 #if 0 /* We don't expose X86_CPUID_AMD_ADVPOWER_EDX_TSCINVAR, because newer 1246 * Linux kernels blindly assume that the AMD performance counters work 1247 * if this is set for 64 bits guests. (Can't really find a CPUID feature 1248 * bit for them though.) */ 1245 #if 0 1246 /* 1247 * We don't expose X86_CPUID_AMD_ADVPOWER_EDX_TSCINVAR, because newer 1248 * Linux kernels blindly assume that the AMD performance counters work 1249 * if this is set for 64 bits guests. (Can't really find a CPUID feature 1250 * bit for them though.) 1251 */ 1249 1252 | X86_CPUID_AMD_ADVPOWER_EDX_TSCINVAR 1250 1253 #endif -
trunk/src/VBox/VMM/VMMR3/PGMSavedState.cpp
r42837 r42894 3280 3280 * 3281 3281 * @returns VBox status code. 3282 * @param pVM Pointer to VM structure.3282 * @param pVM Pointer to VM. 3283 3283 * @param cbRam The RAM size. 3284 3284 */
Note:
See TracChangeset
for help on using the changeset viewer.