Changeset 43726 in vbox
- Timestamp:
- Oct 24, 2012 2:08:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r43708 r43726 1408 1408 if (u32HostExtFeatures & (X86_CPUID_EXT_FEATURE_EDX_NX | X86_CPUID_EXT_FEATURE_EDX_LONG_MODE)) 1409 1409 { 1410 #if 01411 1410 pMsr->u32IndexMSR = MSR_K6_EFER; 1412 1411 pMsr->u32Reserved = 0; … … 1421 1420 pMsr->u64Value = ASMRdMsr(MSR_K6_EFER); 1422 1421 pMsr++; idxMsr++; 1423 #endif1424 1422 } 1425 1423 … … 2200 2198 if (u32GstExtFeatures & (X86_CPUID_EXT_FEATURE_EDX_NX | X86_CPUID_EXT_FEATURE_EDX_LONG_MODE)) 2201 2199 { 2202 #if 02203 2200 pMsr->u32IndexMSR = MSR_K6_EFER; 2204 2201 pMsr->u32Reserved = 0; … … 2208 2205 pMsr->u64Value &= ~(MSR_K6_EFER_LMA | MSR_K6_EFER_LME); 2209 2206 pMsr++; idxMsr++; 2210 #endif2211 2207 2212 2208 if (u32GstExtFeatures & X86_CPUID_EXT_FEATURE_EDX_LONG_MODE)
Note:
See TracChangeset
for help on using the changeset viewer.