VirtualBox

Changeset 51220 in vbox for trunk/include


Ignore:
Timestamp:
May 9, 2014 1:51:16 AM (11 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Implemented EFER swapping using VMCS controls.

File:
1 edited

Legend:

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

    r51182 r51220  
    19411941/** Internal VMX processing error no 1. */
    19421942#define VERR_HMVMX_IPE_1                            (-4023)
    1943 /** Internal VMX processing error no 1. */
     1943/** Internal VMX processing error no 2. */
    19441944#define VERR_HMVMX_IPE_2                            (-4024)
    1945 /** Internal VMX processing error no 1. */
     1945/** Internal VMX processing error no 3. */
    19461946#define VERR_HMVMX_IPE_3                            (-4025)
    1947 /** Internal VMX processing error no 1. */
     1947/** Internal VMX processing error no 4. */
    19481948#define VERR_HMVMX_IPE_4                            (-4026)
    1949 /** Internal VMX processing error no 1. */
     1949/** Internal VMX processing error no 5. */
    19501950#define VERR_HMVMX_IPE_5                            (-4027)
    19511951/** VT-x features for all modes (SMX and non-SMX) disabled by the BIOS. */
     
    19531953/** VT-x features disabled by the BIOS. */
    19541954#define VERR_VMX_MSR_VMXON_DISABLED                 (-4029)
     1955/** VM-Entry Controls internal cache invalid. */
     1956#define VERR_VMX_ENTRY_CTLS_CACHE_INVALID           (-4030)
     1957/** VM-Exit Controls internal cache invalid. */
     1958#define VERR_VMX_EXIT_CTLS_CACHE_INVALID            (-4031)
     1959/** VM-Execution Pin-based Controls internal cache invalid. */
     1960#define VERR_VMX_PIN_EXEC_CTLS_CACHE_INVALID        (-4032)
     1961/** VM-Execution Primary Processor-based Controls internal cache
     1962 *  invalid. */
     1963#define VERR_VMX_PROC_EXEC_CTLS_CACHE_INVALID       (-4033)
     1964/** VM-Execution Secondary Processor-based Controls internal
     1965 *  cache invalid. */
     1966#define VERR_VMX_PROC_EXEC2_CTLS_CACHE_INVALID      (-4034)
    19551967/** @} */
    19561968
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