VirtualBox

Changeset 57055 in vbox for trunk/include


Ignore:
Timestamp:
Jul 22, 2015 1:45:19 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
101776
Message:

SUPDrv: Remove the KVM hack, it only affects <= 3.8 linux kernels, implemented in 3.12+. Undid some incorrect typo fixes.

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r57051 r57055  
    20332033 *  cache invalid. */
    20342034#define VERR_VMX_PROC_EXEC2_CTLS_CACHE_INVALID      (-4034)
    2035 /** Failed to enable VMX bit while enabling through the MSR. */
     2035/** Failed to set VMXON enable bit while enabling VT-x through the MSR. */
    20362036#define VERR_VMX_MSR_VMX_ENABLE_FAILED              (-4035)
    2037 /** Failed to enable VMX-in-SMX bit while enabling through the MSR. */
     2037/** Failed to enable VMXON-in-SMX bit while enabling VT-x through the MSR. */
    20382038#define VERR_VMX_MSR_SMX_VMX_ENABLE_FAILED          (-4036)
    20392039/** @} */
  • trunk/include/iprt/x86.h

    r57051 r57055  
    10581058#define MSR_IA32_FEATURE_CONTROL            0x3A
    10591059#define MSR_IA32_FEATURE_CONTROL_LOCK       RT_BIT(0)
    1060 #define MSR_IA32_FEATURE_CONTROL_SMX_VMX    RT_BIT(1)
    1061 #define MSR_IA32_FEATURE_CONTROL_VMX        RT_BIT(2)
     1060#define MSR_IA32_FEATURE_CONTROL_SMX_VMXON  RT_BIT(1)
     1061#define MSR_IA32_FEATURE_CONTROL_VMXON      RT_BIT(2)
    10621062
    10631063/** Per-processor TSC adjust MSR. */
Note: See TracChangeset for help on using the changeset viewer.

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