VirtualBox

Changeset 45875 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 2, 2013 12:52:33 PM (12 years ago)
Author:
vboxsync
Message:

VMM/VMMR0: Distinguish better between invalid VMXON, VMCS pointers and VMCS pointers passed to VMLAUNCH/VMRESUME.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r45829 r45875  
    19111911/** VMPTRLD failed; possibly because of invalid VMCS launch-state. */
    19121912#define VERR_VMX_VMPTRLD_FAILED                     (-4021)
     1913/** Invalid VMCS pointer passed to VMLAUNCH/VMRESUME. */
     1914#define VERR_VMX_INVALID_VMCS_PTR_TO_START_VM       (-4022)
    19131915/** @} */
    19141916
  • trunk/include/VBox/err.mac

    r45786 r45875  
    705705%define VINF_VMX_DOUBLE_FAULT    4020
    706706%define VERR_VMX_VMPTRLD_FAILED    (-4021)
     707%define VERR_VMX_INVALID_VMCS_PTR_TO_START_VM    (-4022)
    707708%define VERR_SVM_UNABLE_TO_START_VM    (-4050)
    708709%define VERR_SVM_ILLEGAL_EFER_MSR    (-4051)
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