Changeset 56637 in vbox for trunk/include/VBox
- Timestamp:
- Jun 25, 2015 1:53:15 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101271
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.mac
r56047 r56637 22 22 %define VERR_NOT_SUP_IN_RAW_MODE (-1021) 23 23 %define VERR_INVALID_CPU_INDEX (-1022) 24 %define VERR_RAW_MODE_NOT_SUPPORTED (-1023) 24 25 %define VINF_EM_FIRST 1100 25 26 %define VINF_EM_TERMINATE 1100 … … 224 225 %define VINF_CPUM_R3_MSR_READ (1758) 225 226 %define VINF_CPUM_R3_MSR_WRITE (1759) 226 %define VERR_TOO_MANY_CPUID_LEAVES (1760) 227 %define VERR_CPUM_INVALID_CONFIG_VALUE (1761) 227 %define VERR_TOO_MANY_CPUID_LEAVES (-1760) 228 %define VERR_CPUM_INVALID_CONFIG_VALUE (-1761) 229 %define VERR_CPUM_INCOMPATIBLE_XSAVE_COMP_MASK (-1762) 230 %define VERR_CPUM_INVALID_XSAVE_COMP_MASK (-1763) 231 %define VERR_CPUM_INVALID_XSAVE_HDR (-1764) 232 %define VERR_CPUM_INVALID_XCR0 (-1765) 228 233 %define VERR_SSM_UNIT_EXISTS (-1800) 229 234 %define VERR_SSM_UNIT_NOT_FOUND (-1801) … … 771 776 %define VERR_SVM_INVALID_GUEST_STATE (-4059) 772 777 %define VERR_SVM_UNKNOWN_EXIT (-4060) 778 %define VERR_SVM_IPE_1 (-4061) 779 %define VERR_SVM_IPE_2 (-4062) 780 %define VERR_SVM_IPE_3 (-4063) 781 %define VERR_SVM_IPE_4 (-4064) 782 %define VERR_SVM_IPE_5 (-4065) 773 783 %define VERR_HM_UNKNOWN_CPU (-4100) 774 784 %define VERR_HM_NO_CPUID (-4101) … … 842 852 %define VERR_IEM_INVALID_INSTR_LENGTH (-5304) 843 853 %define VINF_IEM_SELECTOR_NOT_OK (5305) 844 %define VERR_IEM_ASPECT_NOT_IMPLEMENTED (-5391) 845 %define VERR_IEM_IPE_1 (-5392) 846 %define VERR_IEM_IPE_2 (-5393) 847 %define VERR_IEM_IPE_3 (-5394) 848 %define VERR_IEM_RESTART_INSTRUCTION (-5395) 854 %define VERR_IEM_RESTART_INSTRUCTION (-5389) 855 %define VERR_IEM_ASPECT_NOT_IMPLEMENTED (-5390) 856 %define VERR_IEM_IPE_1 (-5391) 857 %define VERR_IEM_IPE_2 (-5392) 858 %define VERR_IEM_IPE_3 (-5393) 859 %define VERR_IEM_IPE_4 (-5394) 860 %define VERR_IEM_IPE_5 (-5395) 861 %define VERR_IEM_IPE_6 (-5396) 862 %define VERR_IEM_IPE_7 (-5397) 863 %define VERR_IEM_IPE_8 (-5398) 864 %define VERR_IEM_IPE_9 (-5399) 849 865 %define VERR_DBGC_QUIT (-5400) 850 866 %define VWRN_DBGC_CMD_PENDING 5401 … … 976 992 %define VERR_MAIN_CONFIG_CONSTRUCTOR_COM_ERROR (-6400) 977 993 %define VERR_MAIN_CONFIG_CONSTRUCTOR_IPE (-6401) 994 %define VERR_GSTDND_GUEST_ERROR (-6500) 978 995 %include "iprt/err.mac"
Note:
See TracChangeset
for help on using the changeset viewer.