VirtualBox

Changeset 73389 in vbox for trunk/include/VBox/err.h


Ignore:
Timestamp:
Jul 28, 2018 7:03:03 AM (6 years ago)
Author:
vboxsync
Message:

VMM, SUPDrv: Nested VMX: bugref:9180 Implement some of the VMX MSRs.

File:
1 edited

Legend:

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

    r73324 r73389  
    657657/** Invalid/unsupported nested hardware virtualization configuration. */
    658658#define VERR_CPUM_INVALID_HWVIRT_CONFIG         (-1767)
     659/** Invalid nested hardware virtualization feature combination. */
     660#define VERR_CPUM_INVALID_HWVIRT_FEAT_COMBO     (-1768)
    659661/** @} */
    660662
     
    20502052/** Unable to switch due to invalid host state. */
    20512053#define VERR_VMX_INVALID_HOST_STATE                 (-4006)
    2052 /** IA32_FEATURE_CONTROL MSR not setup correcty (turn on VMX in the host system BIOS) */
    2053 #define VERR_VMX_ILLEGAL_FEATURE_CONTROL_MSR        (-4007)
    2054 /** Invalid CPU mode for VMX execution. */
    2055 #define VERR_VMX_UNSUPPORTED_MODE                   (-4008)
    2056 /** VMX CPU extension not available */
     2054/** VMX CPU extension not available in hardware. */
    20572055#define VERR_VMX_NO_VMX                             (-4009)
     2056/** VMX CPU extension not supported as something went wrong during init. */
     2057#define VERR_VMX_NOT_SUPPORTED                      (-4010)
    20582058/** CPU was incorrectly left in VMX root mode; incompatible with VirtualBox */
    20592059#define VERR_VMX_IN_VMX_ROOT_MODE                   (-4011)
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