Changeset 45875 in vbox for trunk/include/VBox
- Timestamp:
- May 2, 2013 12:52:33 PM (12 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r45829 r45875 1911 1911 /** VMPTRLD failed; possibly because of invalid VMCS launch-state. */ 1912 1912 #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) 1913 1915 /** @} */ 1914 1916 -
trunk/include/VBox/err.mac
r45786 r45875 705 705 %define VINF_VMX_DOUBLE_FAULT 4020 706 706 %define VERR_VMX_VMPTRLD_FAILED (-4021) 707 %define VERR_VMX_INVALID_VMCS_PTR_TO_START_VM (-4022) 707 708 %define VERR_SVM_UNABLE_TO_START_VM (-4050) 708 709 %define VERR_SVM_ILLEGAL_EFER_MSR (-4051)
Note:
See TracChangeset
for help on using the changeset viewer.