VirtualBox

Changeset 57053 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 22, 2015 10:17:58 AM (9 years ago)
Author:
vboxsync
Message:

SUPDrv: Disable KVM bug workaround for obtaining better diagnostic info. on which bit isn't honored.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp

    r57051 r57053  
    38683868         */
    38693869        u64FeatMsr = ASMRdMsr(MSR_IA32_FEATURE_CONTROL);
     3870#if 0
    38703871        /* Workaround for what is really a KVM bug. See @bugref{6208} comment #48. */
    38713872        if (fFeaturesECX & X86_CPUID_FEATURE_ECX_HVP)
     
    38793880        }
    38803881        else
     3882#endif
    38813883            fMsrLocked = RT_BOOL(u64FeatMsr & MSR_IA32_FEATURE_CONTROL_LOCK);
    38823884
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette