VirtualBox

Changeset 57051 in vbox for trunk/include


Ignore:
Timestamp:
Jul 22, 2015 9:44:48 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
101772
Message:

VMM, SUPDrv: More fine-grained error codes and checking, corrected typo in a couple of existing error codes.

Location:
trunk/include
Files:
2 edited

Legend:

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

    r56629 r57051  
    20182018#define VERR_VMX_IPE_5                              (-4027)
    20192019/** VT-x features for all modes (SMX and non-SMX) disabled by the BIOS. */
    2020 #define VERR_VMX_MSR_ALL_VMXON_DISABLED             (-4028)
     2020#define VERR_VMX_MSR_ALL_VMX_DISABLED               (-4028)
    20212021/** VT-x features disabled by the BIOS. */
    2022 #define VERR_VMX_MSR_VMXON_DISABLED                 (-4029)
     2022#define VERR_VMX_MSR_VMX_DISABLED                   (-4029)
    20232023/** VM-Entry Controls internal cache invalid. */
    20242024#define VERR_VMX_ENTRY_CTLS_CACHE_INVALID           (-4030)
     
    20332033 *  cache invalid. */
    20342034#define VERR_VMX_PROC_EXEC2_CTLS_CACHE_INVALID      (-4034)
     2035/** Failed to enable VMX bit while enabling through the MSR. */
     2036#define VERR_VMX_MSR_VMX_ENABLE_FAILED              (-4035)
     2037/** Failed to enable VMX-in-SMX bit while enabling through the MSR. */
     2038#define VERR_VMX_MSR_SMX_VMX_ENABLE_FAILED          (-4036)
    20352039/** @} */
    20362040
  • trunk/include/iprt/x86.h

    r56514 r57051  
    10581058#define MSR_IA32_FEATURE_CONTROL            0x3A
    10591059#define MSR_IA32_FEATURE_CONTROL_LOCK       RT_BIT(0)
    1060 #define MSR_IA32_FEATURE_CONTROL_SMX_VMXON  RT_BIT(1)
    1061 #define MSR_IA32_FEATURE_CONTROL_VMXON      RT_BIT(2)
     1060#define MSR_IA32_FEATURE_CONTROL_SMX_VMX    RT_BIT(1)
     1061#define MSR_IA32_FEATURE_CONTROL_VMX        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