Changeset 57053 in vbox for trunk/src/VBox
- Timestamp:
- Jul 22, 2015 10:17:58 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp
r57051 r57053 3868 3868 */ 3869 3869 u64FeatMsr = ASMRdMsr(MSR_IA32_FEATURE_CONTROL); 3870 #if 0 3870 3871 /* Workaround for what is really a KVM bug. See @bugref{6208} comment #48. */ 3871 3872 if (fFeaturesECX & X86_CPUID_FEATURE_ECX_HVP) … … 3879 3880 } 3880 3881 else 3882 #endif 3881 3883 fMsrLocked = RT_BOOL(u64FeatMsr & MSR_IA32_FEATURE_CONTROL_LOCK); 3882 3884
Note:
See TracChangeset
for help on using the changeset viewer.