VirtualBox

Changeset 3291 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 26, 2007 2:15:04 PM (18 years ago)
Author:
vboxsync
Message:

More error codes for VMX and SVM

File:
1 edited

Legend:

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

    r3208 r3291  
    10571057/** Unable to switch due to invalid host state. */
    10581058#define VERR_VMX_INVALID_HOST_STATE                 (-4007)
     1059/** IA32_FEATURE_CONTROL MSR not setup correcty (turn on VMX in the host system BIOS) */
     1060#define VERR_VMX_ILLEGAL_FEATURE_CONTROL_MSR        (-4008)
     1061/** VMX CPU extension not available */
     1062#define VERR_VMX_NO_VMX                             (-4009)
    10591063/** @} */
    10601064
     
    10641068/** Unable to start VM execution. */
    10651069#define VERR_SVM_UNABLE_TO_START_VM                 (-4050)
     1070/** SVM bit not set in K6_EFER MSR */
     1071#define VERR_SVM_ILLEGAL_EFER_MSR                   (-4051)
     1072/** SVM CPU extension not available. */
     1073#define VERR_SVM_NO_SVM                             (-4052)
     1074/** @} */
     1075
     1076/** @name VBox HWACCM Status Codes
     1077 * @{
     1078 */
     1079/** Unable to start VM execution. */
     1080#define VERR_HWACCM_UNKNOWN_CPU                     (-4100)
     1081/** No CPUID support. */
     1082#define VERR_HWACCM_NO_CPUID                        (-4101)
    10661083/** @} */
    10671084
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