VirtualBox

Changeset 57051 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jul 22, 2015 9:44:48 AM (9 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.

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