VirtualBox

source: vbox/trunk/include/VBox/err.mac@ 47267

Last change on this file since 47267 was 47267, checked in by vboxsync, 11 years ago

Regenerate assembly headers, added TSSes to x86extra.mac.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 37.8 KB
Line 
1%define VERR_NO_VM_MEMORY (-1000)
2%define VERR_DONT_PANIC (-1001)
3%define VERR_UNSUPPORTED_CPU (-1002)
4%define VERR_UNSUPPORTED_CPU_MODE (-1003)
5%define VERR_PAGE_NOT_PRESENT (-1004)
6%define VERR_CFG_INVALID_FORMAT (-1005)
7%define VERR_CFG_NO_VALUE (-1006)
8%define VERR_SELECTOR_NOT_PRESENT (-1007)
9%define VERR_NOT_CODE_SELECTOR (-1008)
10%define VERR_NOT_DATA_SELECTOR (-1009)
11%define VERR_OUT_OF_SELECTOR_BOUNDS (-1010)
12%define VERR_INVALID_SELECTOR (-1011)
13%define VERR_INVALID_RPL (-1012)
14%define VERR_PAGE_MAP_LEVEL4_NOT_PRESENT (-1013)
15%define VERR_PAGE_DIRECTORY_PTR_NOT_PRESENT (-1014)
16%define VERR_RAW_MODE_INVALID_SMP (-1015)
17%define VERR_INVALID_VM_HANDLE (-1016)
18%define VERR_INVALID_VMCPU_HANDLE (-1017)
19%define VERR_INVALID_CPU_ID (-1018)
20%define VERR_TOO_MANY_CPUS (-1019)
21%define VERR_SERVICE_DISABLED (-1020)
22%define VERR_NOT_SUP_IN_RAW_MODE (-1021)
23%define VINF_EM_FIRST 1100
24%define VINF_EM_TERMINATE 1100
25%define VINF_EM_DBG_HYPER_STEPPED 1101
26%define VINF_EM_DBG_HYPER_BREAKPOINT 1102
27%define VINF_EM_DBG_HYPER_ASSERTION 1103
28%define VINF_EM_DBG_STOP 1105
29%define VINF_EM_DBG_STEPPED 1106
30%define VINF_EM_DBG_BREAKPOINT 1107
31%define VINF_EM_DBG_STEP 1108
32%define VINF_EM_OFF 1109
33%define VINF_EM_SUSPEND 1110
34%define VINF_EM_RESET 1111
35%define VINF_EM_HALT 1112
36%define VINF_EM_RESUME 1113
37%define VINF_EM_NO_MEMORY 1114
38%define VERR_EM_NO_MEMORY (-1114)
39%define VINF_EM_RESCHEDULE_REM 1115
40%define VINF_EM_RESCHEDULE_HM 1116
41%define VINF_EM_RESCHEDULE_RAW 1117
42%define VINF_EM_RESCHEDULE 1118
43%define VINF_EM_RESCHEDULE_PARAV 1119
44%define VINF_EM_WAIT_SIPI 1120
45%define VINF_EM_LAST 1120
46%define VINF_EM_RAW_GUEST_TRAP 1121
47%define VINF_EM_RAW_INTERRUPT 1122
48%define VINF_EM_RAW_INTERRUPT_HYPER 1123
49%define VINF_EM_RAW_RING_SWITCH 1124
50%define VINF_EM_RAW_RING_SWITCH_INT 1125
51%define VINF_EM_RAW_EXCEPTION_PRIVILEGED 1126
52%define VINF_EM_RAW_EMULATE_INSTR 1127
53%define VINF_EM_RAW_EMULATE_INSTR_TSS_FAULT 1128
54%define VINF_EM_RAW_EMULATE_INSTR_LDT_FAULT 1129
55%define VINF_EM_RAW_EMULATE_INSTR_IDT_FAULT 1130
56%define VINF_EM_RAW_EMULATE_INSTR_GDT_FAULT 1131
57%define VINF_EM_RAW_EMULATE_INSTR_PD_FAULT 1132
58%define VERR_EM_RAW_PATCH_CONFLICT (-1133)
59%define VINF_EM_RAW_EMULATE_INSTR_HLT 1134
60%define VINF_EM_RAW_TO_R3 1135
61%define VINF_EM_RAW_TIMER_PENDING 1136
62%define VINF_EM_RAW_INTERRUPT_PENDING 1137
63%define VINF_EM_RAW_STALE_SELECTOR 1138
64%define VINF_EM_RAW_IRET_TRAP 1139
65%define VINF_EM_RAW_EMULATE_IO_BLOCK 1140
66%define VERR_EM_INTERPRETER (-1148)
67%define VERR_EM_INTERNAL_ERROR (-1149)
68%define VINF_EM_PENDING_REQUEST 1150
69%define VINF_EM_RAW_EMULATE_DBG_STEP 1151
70%define VINF_EM_HM_PATCH_TPR_INSTR 1152
71%define VERR_EM_UNEXPECTED_MAPPING_CONFLICT (-1154)
72%define VINF_EM_TRIPLE_FAULT 1155
73%define VERR_DBGF_NOT_ATTACHED (-1200)
74%define VERR_DBGF_ALREADY_ATTACHED (-1201)
75%define VWRN_DBGF_ALREADY_HALTED 1202
76%define VERR_DBGF_NO_MORE_BP_SLOTS (-1203)
77%define VERR_DBGF_BP_NOT_FOUND (-1204)
78%define VINF_DBGF_BP_ALREADY_ENABLED 1205
79%define VINF_DBGF_BP_ALREADY_DISABLED 1206
80%define VINF_DBGF_BP_ALREADY_EXIST 1207
81%define VERR_DBGF_MEM_NOT_FOUND (-1208)
82%define VERR_DBGF_OS_NOT_DETCTED (-1209)
83%define VINF_DBGF_OS_NOT_DETCTED 1209
84%define VERR_DBGF_REGISTER_NOT_FOUND (-1210)
85%define VINF_DBGF_TRUNCATED_REGISTER 1211
86%define VINF_DBGF_ZERO_EXTENDED_REGISTER 1212
87%define VERR_DBGF_UNSUPPORTED_CAST (-1213)
88%define VERR_DBGF_READ_ONLY_REGISTER (-1214)
89%define VERR_DBGF_REG_IPE_1 (-1215)
90%define VERR_DBGF_REG_IPE_2 (-1216)
91%define VERR_DBGF_HYPER_DB_XCPT (-1217)
92%define VERR_DBGF_STACK_IPE_1 (-1218)
93%define VERR_DBGF_STACK_IPE_2 (-1219)
94%define VERR_DBGF_NO_TRACE_BUFFER (-1220)
95%define VWRN_CONTINUE_ANALYSIS 1400
96%define VWRN_CONTINUE_RECOMPILE VWRN_CONTINUE_ANALYSIS
97%define VWRN_PATM_CONTINUE_SEARCH VWRN_CONTINUE_ANALYSIS
98%define VERR_PATCHING_REFUSED (-1401)
99%define VERR_PATCH_NOT_FOUND (-1402)
100%define VERR_PATCH_DISABLED (-1403)
101%define VWRN_PATCH_ENABLED 1404
102%define VERR_PATCH_ALREADY_DISABLED (-1405)
103%define VERR_PATCH_ALREADY_ENABLED (-1406)
104%define VWRN_PATCH_REMOVED 1407
105%define VINF_PATM_PATCH_TRAP_GP 1408
106%define VINF_PATM_LEAVE_RC_FIRST VINF_PATM_PATCH_TRAP_GP
107%define VINF_PATM_PATCH_TRAP_PF 1409
108%define VINF_PATM_PATCH_INT3 1410
109%define VINF_PATM_CHECK_PATCH_PAGE 1411
110%define VINF_PATM_DUPLICATE_FUNCTION 1412
111%define VINF_PATCH_EMULATE_INSTR 1413
112%define VINF_PATM_HC_MMIO_PATCH_WRITE 1414
113%define VINF_PATM_HC_MMIO_PATCH_READ 1415
114%define VINF_PATM_PENDING_IRQ_AFTER_IRET 1416
115%define VINF_PATM_LEAVE_RC_LAST VINF_PATM_PENDING_IRQ_AFTER_IRET
116%define VERR_PATCH_NO_CONFLICT (-1425)
117%define VERR_PATM_UNSAFE_CODE (-1426)
118%define VWRN_PATCH_END_BRANCH 1427
119%define VERR_PATM_ALREADY_PATCHED (-1428)
120%define VINF_PATM_SPINLOCK_FAILED (1429)
121%define VINF_PATCH_CONTINUE (1430)
122%define VERR_PATM_HM_IPE (-1431)
123%define VWRN_CSAM_TRAP_NOT_HANDLED 1500
124%define VWRN_CSAM_INSTRUCTION_PATCHED 1501
125%define VWRN_CSAM_PAGE_NOT_FOUND 1502
126%define VINF_CSAM_PENDING_ACTION 1503
127%define VERR_CSAM_HM_IPE (-1504)
128%define VERR_PGM_MAPPING_CONFLICT (-1600)
129%define VERR_PGM_HANDLER_PHYSICAL_NO_RAM_RANGE (-1601)
130%define VERR_PGM_HANDLER_VIRTUAL_CONFLICT (-1602)
131%define VERR_PGM_HANDLER_PHYSICAL_CONFLICT (-1603)
132%define VERR_PGM_INVALID_PAGE_DIRECTORY (-1604)
133%define VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS (-1605)
134%define VERR_PGM_INVALID_GC_PHYSICAL_RANGE (-1606)
135%define VERR_PGM_HANDLER_NOT_FOUND (-1607)
136%define VERR_PGM_RAM_CONFLICT (-1608)
137%define VERR_PGM_MAPPINGS_FIXED (-1609)
138%define VERR_PGM_MAPPINGS_FIX_CONFLICT (-1610)
139%define VERR_PGM_MAPPINGS_FIX_REJECTED (-1611)
140%define VERR_PGM_MAPPINGS_FIX_TOO_SMALL (-1612)
141%define VINF_PGM_SYNC_CR3 1613
142%define VINF_PGM_NO_DIRTY_BIT_TRACKING 1614
143%define VINF_PGM_HANDLED_DIRTY_BIT_FAULT 1615
144%define VINF_PGM_HANDLER_DO_DEFAULT 1616
145%define VERR_PGM_UNSUPPORTED_HOST_PAGING_MODE (-1617)
146%define VERR_PGM_PHYS_PAGE_RESERVED (-1618)
147%define VERR_PGM_NO_HYPERVISOR_ADDRESS (-1619)
148%define VERR_PGM_POOL_FLUSHED (-1620)
149%define VERR_PGM_POOL_CLEARED (-1621)
150%define VINF_PGM_CACHED_PAGE 1622
151%define VINF_PGM_GCPHYS_ALIASED 1623
152%define VINF_PGM_CHANGE_MODE 1624
153%define VINF_PGM_SYNCPAGE_MODIFIED_PDE 1625
154%define VERR_PGM_GCPHYS_RANGE_CROSSES_BOUNDARY (-1626)
155%define VERR_PGM_INTERMEDIATE_PAGING_CONFLICT (-1627)
156%define VERR_PGM_UNSUPPORTED_SHADOW_PAGING_MODE (-1628)
157%define VERR_PGM_DYNMAP_FAILED (-1629)
158%define VERR_PGM_DYNMAP_FULL_SET (-1630)
159%define VERR_PGM_DYNMAP_SETUP_ERROR (-1631)
160%define VERR_PGM_DYNMAP_EXPAND_ERROR (-1632)
161%define VERR_PGM_PHYS_TLB_UNASSIGNED (-1633)
162%define VERR_PGM_PHYS_TLB_CATCH_ALL (-1634)
163%define VINF_PGM_PHYS_TLB_CATCH_WRITE 1635
164%define VERR_PGM_PHYS_TLB_CATCH_WRITE (-1635)
165%define VERR_PGM_NO_CR3_SHADOW_ROOT (-1636)
166%define VERR_PGM_PHYS_INVALID_PAGE_ID (-1637)
167%define VERR_PGM_PHYS_WR_HIT_HANDLER (-1638)
168%define VERR_PGM_PHYS_NOT_RAM (-1639)
169%define VERR_PGM_PHYS_NOT_ROM (-1640)
170%define VERR_PGM_PHYS_NOT_MMIO (-1641)
171%define VERR_PGM_PHYS_NOT_MMIO2 (-1642)
172%define VERR_PGM_HANDLER_ALREADY_ALIASED (-1643)
173%define VINF_PGM_HANDLER_ALREADY_ALIASED (1643)
174%define VINF_PGM_POOL_FLUSH_PENDING (1644)
175%define VERR_PGM_INVALID_LARGE_PAGE_RANGE (-1645)
176%define VERR_PGM_PHYS_PAGE_BALLOONED (-1646)
177%define VERR_PGM_MAP_MMIO2_ALIAS_MMIO (-1651)
178%define VERR_PGM_MAPPINGS_DISABLED (-1652)
179%define VERR_PGM_MAPPINGS_SMP (-1653)
180%define VERR_PGM_INVALID_SAVED_PAGE_STATE (-1654)
181%define VERR_PGM_LOAD_UNEXPECTED_PAGE_TYPE (-1655)
182%define VERR_PGM_UNEXPECTED_PAGE_STATE (-1656)
183%define VERR_PGM_SAVED_MMIO2_RANGE_NOT_FOUND (-1657)
184%define VERR_PGM_SAVED_MMIO2_PAGE_NOT_FOUND (-1658)
185%define VERR_PGM_SAVED_ROM_RANGE_NOT_FOUND (-1659)
186%define VERR_PGM_SAVED_ROM_PAGE_NOT_FOUND (-1660)
187%define VERR_PGM_SAVED_ROM_PAGE_PROT (-1661)
188%define VERR_PGM_SAVED_REC_TYPE (-1662)
189%define VERR_PGM_DYNMAP_IPE (-1663)
190%define VERR_PGM_HANDY_PAGE_IPE (-1664)
191%define VERR_PGM_PML4_MAPPING (-1665)
192%define VERR_PGM_POOL_GET_PAGE_FAILED (-1666)
193%define VERR_PGM_NOT_USED_IN_MODE (-1667)
194%define VERR_PGM_INVALID_CR3_ADDR (-1668)
195%define VERR_PGM_INVALID_PDPE_ADDR (-1669)
196%define VERR_PGM_PHYS_HANDLER_IPE (-1670)
197%define VERR_PGM_PHYS_PAGE_MAP_IPE_1 (-1671)
198%define VERR_PGM_PHYS_PAGE_MAP_IPE_2 (-1672)
199%define VERR_PGM_PHYS_PAGE_MAP_IPE_3 (-1673)
200%define VERR_PGM_PHYS_PAGE_MAP_IPE_4 (-1674)
201%define VERR_PGM_POOL_TOO_MANY_LOOPS (-1675)
202%define VERR_PGM_MAPPING_IPE (-1676)
203%define VERR_PGM_POOL_MAXED_OUT_ALREADY (-1677)
204%define VERR_PGM_POOL_IPE (-1678)
205%define VERR_PGM_WRITE_MONITOR_ENGAGED (-1679)
206%define VERR_PGM_PHYS_PAGE_GET_IPE (-1680)
207%define VERR_PGM_PHYS_NULL_PAGE_PARAM (-1681)
208%define VERR_PGM_PCI_PASSTHRU_MISCONFIG (-1682)
209%define VERR_MM_RAM_CONFLICT (-1700)
210%define VERR_MM_HYPER_NO_MEMORY (-1701)
211%define VERR_MM_BAD_TRAP_TYPE_IPE (-1702)
212%define VERR_CPUM_RAISE_GP_0 (-1750)
213%define VERR_CPUM_INCOMPATIBLE_CONFIG (-1751)
214%define VERR_CPUM_HIDDEN_CS_LOAD_ERROR (-1752)
215%define VERR_SSM_UNIT_EXISTS (-1800)
216%define VERR_SSM_UNIT_NOT_FOUND (-1801)
217%define VERR_SSM_UNIT_NOT_OWNER (-1802)
218%define VERR_SSM_INTEGRITY (-1810)
219%define VERR_SSM_INTEGRITY_MAGIC (-1811)
220%define VERR_SSM_INTEGRITY_VERSION (-1812)
221%define VERR_SSM_INTEGRITY_SIZE (-1813)
222%define VERR_SSM_INTEGRITY_CRC (-1814)
223%define VERR_SMM_INTEGRITY_MACHINE (-1815)
224%define VERR_SSM_INTEGRITY_HEADER (-1816)
225%define VERR_SSM_INTEGRITY_UNIT (-1817)
226%define VERR_SSM_INTEGRITY_UNIT_MAGIC (-1818)
227%define VERR_SSM_INTEGRITY_UNIT_NOT_FOUND (-1819)
228%define VERR_SSM_INTEGRITY_VBOX_VERSION (-1820)
229%define VERR_SSM_INTEGRITY_FOOTER (-1821)
230%define VERR_SSM_INTEGRITY_REC_HDR (-1822)
231%define VERR_SSM_INTEGRITY_REC_TERM (-1823)
232%define VERR_SSM_INTEGRITY_REC_TERM_CRC (-1824)
233%define VERR_SSM_INTEGRITY_DECOMPRESSION (-1825)
234%define VERR_SSM_INTEGRITY_DIR (-1826)
235%define VERR_SSM_INTEGRITY_DIR_MAGIC (-1827)
236%define VERR_SSM_NO_LOAD_EXEC (-1830)
237%define VERR_SSM_LOADED_TOO_MUCH (-1831)
238%define VERR_SSM_INVALID_STATE (-1832)
239%define VERR_SSM_LOADED_TOO_LITTLE (-1833)
240%define VERR_SSM_UNSUPPORTED_DATA_UNIT_VERSION (-1840)
241%define VERR_SSM_DATA_UNIT_FORMAT_CHANGED (-1841)
242%define VERR_SSM_LOAD_CPUID_MISMATCH (-1842)
243%define VERR_SSM_LOAD_MEMORY_SIZE_MISMATCH (-1843)
244%define VERR_SSM_LOAD_CONFIG_MISMATCH (-1844)
245%define VERR_SSM_VIRTUAL_CLOCK_HZ (-1845)
246%define VERR_SSM_IDE_ASYNC_TIMEOUT (-1846)
247%define VERR_SSM_STRUCTURE_MAGIC (-1847)
248%define VERR_SSM_UNEXPECTED_DATA (-1848)
249%define VERR_SSM_GCPHYS_OVERFLOW (-1849)
250%define VERR_SSM_GCPTR_OVERFLOW (-1850)
251%define VINF_SSM_VOTE_FOR_ANOTHER_PASS 1851
252%define VINF_SSM_VOTE_DONE_DONT_CALL_AGAIN 1852
253%define VERR_SSM_VOTE_FOR_GIVING_UP (-1853)
254%define VINF_SSM_DONT_CALL_AGAIN 1854
255%define VERR_SSM_TOO_MANY_PASSES (-1855)
256%define VERR_SSM_STATE_GREW_TOO_BIG (-1856)
257%define VERR_SSM_LOW_ON_DISK_SPACE (-1857)
258%define VERR_SSM_CANCELLED (-1858)
259%define VERR_SSM_NO_PENDING_OPERATION (-1859)
260%define VERR_SSM_ALREADY_CANCELLED (-1860)
261%define VERR_SSM_LIVE_POWERED_OFF (-1861)
262%define VERR_SSM_LIVE_GURU_MEDITATION (-1862)
263%define VERR_SSM_LIVE_FATAL_ERROR (-1863)
264%define VINF_SSM_LIVE_SUSPENDED 1864
265%define VERR_SSM_FIELD_COMPLEX (-1864)
266%define VERR_SSM_FIELD_INVALID_SIZE (-1865)
267%define VERR_SSM_FIELD_OUT_OF_BOUNDS (-1866)
268%define VERR_SSM_FIELD_NOT_CONSECUTIVE (-1867)
269%define VERR_SSM_FIELD_INVALID_CALLBACK (-1868)
270%define VERR_SSM_FIELD_INVALID_PADDING_SIZE (-1869)
271%define VERR_SSM_FIELD_INVALID_VALUE (-1870)
272%define VERR_SSM_STREAM_ERROR (-1871)
273%define VERR_SSM_UNEXPECTED_PASS (-1872)
274%define VERR_SSM_SKIP_BACKWARDS (-1873)
275%define VERR_SSM_MEM_TOO_BIG (-1874)
276%define VERR_SSM_BAD_REC_TYPE (-1875)
277%define VERR_SSM_IPE_1 (-1876)
278%define VERR_SSM_IPE_2 (-1877)
279%define VERR_SSM_IPE_3 (-1878)
280%define VERR_SSM_FIELD_LOAD_ONLY_TRANSFORMATION (-1879)
281%define VERR_VM_ATRESET_NOT_FOUND (-1900)
282%define VERR_VM_REQUEST_INVALID_TYPE (-1901)
283%define VERR_VM_REQUEST_STATE (-1902)
284%define VERR_VM_REQUEST_INVALID_PACKAGE (-1903)
285%define VERR_VM_REQUEST_STATUS_STILL_PENDING (-1904)
286%define VERR_VM_REQUEST_STATUS_FREED (-1905)
287%define VERR_VM_THREAD_NOT_EMT (-1906)
288%define VERR_VM_INVALID_VM_STATE (-1907)
289%define VERR_VM_DRIVER_NOT_INSTALLED (-1908)
290%define VERR_VM_DRIVER_NOT_ACCESSIBLE (-1909)
291%define VERR_VM_DRIVER_LOAD_ERROR (-1910)
292%define VERR_VM_DRIVER_OPEN_ERROR (-1911)
293%define VERR_VM_DRIVER_VERSION_MISMATCH (-1912)
294%define VERR_VM_SAVE_STATE_NOT_ALLOWED (-1913)
295%define VERR_VM_THREAD_IS_EMT (-1914)
296%define VERR_VM_UNEXPECTED_VM_STATE (-1915)
297%define VERR_VM_UNEXPECTED_UNSTABLE_STATE (-1916)
298%define VERR_VM_REQUEST_TOO_MANY_ARGS_IPE (-1917)
299%define VERR_VM_FATAL_WAIT_ERROR (-1918)
300%define VERR_VM_REQUEST_KILLED (-1919)
301%define VINF_VRDP_SUCCESS VINF_SUCCESS
302%define VERR_VRDP_TIMEOUT VERR_TIMEOUT
303%define VERR_VRDP_ISO_UNSUPPORTED (-2000)
304%define VERR_VRDP_SEC_ENGINE_FAIL (-2001)
305%define VERR_VRDP_PROTOCOL_ERROR (-2002)
306%define VERR_VRDP_NOT_SUPPORTED (-2003)
307%define VERR_VRDP_INSUFFICIENT_DATA (-2004)
308%define VERR_VRDP_INVALID_MODE (-2005)
309%define VERR_VRDP_NO_MEMORY (-2006)
310%define VERR_VRDP_ACCESS_DENIED (-2007)
311%define VWRN_VRDP_PDU_NOT_SUPPORTED 2008
312%define VINF_VRDP_PROCESS_PDU 2009
313%define VINF_VRDP_OPERATION_COMPLETED 2010
314%define VINF_VRDP_THREAD_STARTED 2011
315%define VINF_VRDP_RESIZE_REQUESTED 2012
316%define VINF_VRDP_OUTPUT_ENABLE 2013
317%define VERR_CFGM_INTEGER_TOO_BIG (-2100)
318%define VERR_CFGM_CHILD_NOT_FOUND (-2101)
319%define VERR_CFGM_INVALID_CHILD_PATH (-2102)
320%define VERR_CFGM_VALUE_NOT_FOUND (-2103)
321%define VERR_CFGM_NO_PARENT (-2104)
322%define VERR_CFGM_NO_NODE (-2105)
323%define VERR_CFGM_NOT_INTEGER (-2106)
324%define VERR_CFGM_NOT_STRING (-2107)
325%define VERR_CFGM_NOT_BYTES (-2108)
326%define VERR_CFGM_NOT_ENOUGH_SPACE (-2109)
327%define VERR_CFGM_INVALID_NODE_PATH (-2160)
328%define VERR_CFGM_NODE_EXISTS (-2161)
329%define VERR_CFGM_LEAF_EXISTS (-2162)
330%define VERR_CFGM_CONFIG_UNKNOWN_VALUE (-2163)
331%define VERR_CFGM_CONFIG_UNKNOWN_NODE (-2164)
332%define VERR_CFGM_IPE_1 (-2165)
333%define VERR_TM_LOAD_STATE (-2200)
334%define VERR_TM_INVALID_STATE (-2201)
335%define VERR_TM_UNKNOWN_STATE (-2202)
336%define VERR_TM_UNSTABLE_STATE (-2203)
337%define VERR_TM_GIP_REQUIRED (-2204)
338%define VERR_TM_GIP_VERSION (-2205)
339%define VERR_TM_GIP_UPDATE_INTERVAL_TOO_BIG (-2206)
340%define VERR_TM_TIMER_BAD_CLOCK (-2207)
341%define VERR_TM_TIMER_UNSTABLE_STATE (-2208)
342%define VERR_TM_TSC_ALREADY_TICKING (-2209)
343%define VERR_TM_TSC_ALREADY_PAUSED (-2210)
344%define VERR_TM_VIRTUAL_TICKING_IPE (-2211)
345%define VERR_REM_VIRTUAL_HARDWARE_ERROR (-2300)
346%define VERR_REM_VIRTUAL_CPU_ERROR (-2301)
347%define VINF_REM_INTERRUPED_FF 2302
348%define VERR_REM_TOO_MANY_TRAPS (-2304)
349%define VERR_REM_NO_MORE_BP_SLOTS (-2305)
350%define VERR_REM_BP_NOT_FOUND (-2306)
351%define VERR_TRPM_NO_ACTIVE_TRAP (-2400)
352%define VERR_TRPM_ACTIVE_TRAP (-2401)
353%define VERR_TRPM_SHADOW_IDT_WRITE (-2402)
354%define VERR_TRPM_DONT_PANIC (-2403)
355%define VERR_TRPM_PANIC (-2404)
356%define VINF_TRPM_XCPT_DISPATCHED 2405
357%define VERR_TRPM_BAD_TRAP_IN_OP (-2406)
358%define VERR_TRPM_IPE_1 (-2407)
359%define VERR_TRPM_IPE_2 (-2408)
360%define VERR_TRPM_IPE_3 (-2409)
361%define VERR_TRPM_HM_IPE (-2410)
362%define VERR_SELM_SHADOW_GDT_WRITE (-2500)
363%define VERR_SELM_SHADOW_LDT_WRITE (-2501)
364%define VERR_SELM_SHADOW_TSS_WRITE (-2502)
365%define VINF_SELM_SYNC_GDT 2503
366%define VERR_SELM_NO_TSS (-2504)
367%define VERR_SELM_INVALID_LDT (-2505)
368%define VERR_SELM_LDT_OUT_OF_BOUNDS (-2506)
369%define VERR_SELM_GDT_READ_ERROR (-2507)
370%define VERR_SELM_GDT_TOO_FULL (-2508)
371%define VERR_SELM_HM_IPE (-2509)
372%define VERR_IOM_INVALID_IOPORT_RANGE (-2600)
373%define VERR_IOM_NO_R3_IOPORT_RANGE (-2601)
374%define VERR_IOM_IOPORT_RANGE_CONFLICT (-2602)
375%define VERR_IOM_IOPORT_RANGE_NOT_FOUND (-2603)
376%define VERR_IOM_NOT_IOPORT_RANGE_OWNER (-2604)
377%define VERR_IOM_INVALID_MMIO_RANGE (-2605)
378%define VERR_IOM_NO_R3_MMIO_RANGE (-2606)
379%define VERR_IOM_NOT_MMIO_RANGE_OWNER (-2607)
380%define VERR_IOM_MMIO_RANGE_CONFLICT (-2608)
381%define VERR_IOM_MMIO_RANGE_NOT_FOUND (-2609)
382%define VERR_IOM_INCOMPLETE_MMIO_RANGE (-2610)
383%define VERR_IOM_INVALID_IOPORT_SIZE (-2611)
384%define VERR_IOM_MMIO_HANDLER_BOGUS_CALL (-2612)
385%define VERR_IOM_MMIO_HANDLER_DISASM_ERROR (-2613)
386%define VERR_IOM_IOPORT_UNUSED (-2614)
387%define VINF_IOM_MMIO_UNUSED_00 2615
388%define VINF_IOM_MMIO_UNUSED_FF 2616
389%define VINF_IOM_R3_IOPORT_READ 2620
390%define VINF_IOM_R3_IOPORT_WRITE 2621
391%define VINF_IOM_R3_MMIO_READ 2623
392%define VINF_IOM_R3_MMIO_WRITE 2624
393%define VINF_IOM_R3_MMIO_READ_WRITE 2625
394%define VERR_IOM_IOPORT_UNKNOWN_OPCODE (-2630)
395%define VERR_IOM_IOPORT_IPE_1 (-2631)
396%define VERR_IOM_IOPORT_IPE_2 (-2632)
397%define VERR_IOM_IOPORT_IPE_3 (-2633)
398%define VERR_IOM_MMIO_IPE_1 (-2634)
399%define VERR_IOM_MMIO_IPE_2 (-2635)
400%define VERR_IOM_MMIO_IPE_3 (-2636)
401%define VERR_IOM_HM_IPE (-2637)
402%define VINF_VMM_CALL_HOST 2700
403%define VERR_VMM_RING0_ASSERTION (-2701)
404%define VERR_VMM_HYPER_CR3_MISMATCH (-2702)
405%define VERR_VMM_RING3_CALL_DISABLED (-2703)
406%define VERR_VMM_R0_VERSION_MISMATCH (-2704)
407%define VERR_VMM_RC_VERSION_MISMATCH (-2705)
408%define VERR_VMM_SET_JMP_ERROR (-2706)
409%define VERR_VMM_SET_JMP_STACK_OVERFLOW (-2707)
410%define VERR_VMM_SET_JMP_ABORTED_RESUME (-2708)
411%define VERR_VMM_LONG_JMP_ERROR (-2709)
412%define VERR_VMM_UNKNOWN_RING3_CALL (-2710)
413%define VERR_VMM_RING3_CALL_NO_RC (-2711)
414%define VINF_VMM_CALL_TRACER (2712)
415%define VERR_VMM_SWITCHER_IPE_1 (-2713)
416%define VINF_VMM_UNKNOWN_RING3_CALL (2714)
417%define VERR_VMM_SWITCHER_STUB (-2715)
418%define VERR_VMM_WRONG_HM_VMCPU_STATE (-2716)
419%define VERR_PDM_NO_SUCH_LUN (-2800)
420%define VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES (-2801)
421%define VERR_PDM_MISSING_INTERFACE_ABOVE (-2802)
422%define VERR_PDM_MISSING_INTERFACE_BELOW (-2803)
423%define VERR_PDM_MISSING_INTERFACE (-2804)
424%define VERR_PDM_DRVINS_UNKNOWN_CFG_VALUES (-2805)
425%define VERR_PDM_TOO_PCI_MANY_DEVICES (-2806)
426%define VERR_PDM_NO_QUEUE_ITEMS (-2807)
427%define VERR_PDM_DRVINS_NO_ATTACH (-2808)
428%define VERR_PDM_DEVINS_NO_ATTACH (-2809)
429%define VERR_PDM_NO_ATTACHED_DRIVER (-2810)
430%define VERR_PDM_GEOMETRY_NOT_SET (-2811)
431%define VERR_PDM_TRANSLATION_NOT_SET (-2812)
432%define VERR_PDM_MEDIA_NOT_MOUNTED (-2813)
433%define VERR_PDM_MEDIA_MOUNTED (-2814)
434%define VERR_PDM_MEDIA_LOCKED (-2815)
435%define VERR_PDM_BLOCK_NO_TYPE (-2816)
436%define VERR_PDM_BLOCK_UNKNOWN_TYPE (-2817)
437%define VERR_PDM_BLOCK_UNKNOWN_TRANSLATION (-2818)
438%define VERR_PDM_UNSUPPORTED_BLOCK_TYPE (-2819)
439%define VERR_PDM_DRIVER_ALREADY_ATTACHED (-2820)
440%define VERR_PDM_NO_DRIVER_ATTACHED (-2821)
441%define VERR_PDM_CFG_MISSING_DRIVER_NAME (-2822)
442%define VERR_PDM_DRIVER_NOT_FOUND (-2823)
443%define VINF_PDM_ALREADY_LOADED (2824)
444%define VERR_PDM_MODULE_NAME_CLASH (-2825)
445%define VERR_PDM_NO_REGISTRATION_EXPORT (-2826)
446%define VERR_PDM_MODULE_NAME_TOO_LONG (-2827)
447%define VERR_PDM_DRIVER_NAME_CLASH (-2828)
448%define VERR_PDM_UNKNOWN_DRVREG_VERSION (-2829)
449%define VERR_PDM_INVALID_DRIVER_REGISTRATION (-2830)
450%define VERR_PDM_INVALID_DRIVER_HOST_BITS (-2831)
451%define VERR_PDM_DRIVER_DETACH_NOT_POSSIBLE (-2832)
452%define VERR_PDM_NO_PCI_BUS (-2833)
453%define VERR_PDM_NOT_PCI_DEVICE (-2834)
454%define VERR_PDM_UNKNOWN_DEVREG_VERSION (-2835)
455%define VERR_PDM_INVALID_DEVICE_REGISTRATION (-2836)
456%define VERR_PDM_INVALID_DEVICE_GUEST_BITS (-2837)
457%define VERR_PDM_INVALID_DEVICE_HOST_BITS (-2838)
458%define VERR_PDM_DEVICE_NAME_CLASH (-2839)
459%define VERR_PDM_DEVICE_NOT_FOUND (-2840)
460%define VERR_PDM_DEVICE_INSTANCE_NOT_FOUND (-2841)
461%define VERR_PDM_DEVICE_INSTANCE_NO_IBASE (-2842)
462%define VERR_PDM_DEVICE_INSTANCE_LUN_NOT_FOUND (-2843)
463%define VERR_PDM_DRIVER_INSTANCE_NOT_FOUND (-2844)
464%define VERR_PDM_LUN_NOT_FOUND (-2845)
465%define VERR_PDM_NO_DRIVER_ATTACHED_TO_LUN (-2846)
466%define VINF_PDM_NO_DRIVER_ATTACHED_TO_LUN 2846
467%define VERR_PDM_NO_PIC_INSTANCE (-2847)
468%define VERR_PDM_NO_APIC_INSTANCE (-2848)
469%define VERR_PDM_NO_DMAC_INSTANCE (-2849)
470%define VERR_PDM_NO_RTC_INSTANCE (-2850)
471%define VERR_PDM_HIF_SHARING_VIOLATION (-2851)
472%define VERR_PDM_HIF_OPEN_FAILED (-2852)
473%define VERR_PDM_DEVICE_NO_RT_ATTACH (-2853)
474%define VERR_PDM_DRIVER_NO_RT_ATTACH (-2854)
475%define VERR_PDM_HIF_INVALID_VERSION (-2855)
476%define VERR_PDM_UNKNOWN_USBREG_VERSION (-2856)
477%define VERR_PDM_INVALID_USB_REGISTRATION (-2857)
478%define VERR_PDM_USB_NAME_CLASH (-2858)
479%define VERR_PDM_USB_HUB_EXISTS (-2859)
480%define VERR_PDM_NO_USB_HUBS (-2860)
481%define VERR_PDM_NO_USB_PORTS (-2861)
482%define VERR_PDM_NO_USBPROXY (-2862)
483%define VERR_PDM_ASYNC_TEMPLATE_BUSY (-2863)
484%define VERR_PDM_ASYNC_COMPLETION_ALREADY_SUSPENDED (-2864)
485%define VERR_PDM_ASYNC_COMPLETION_NOT_SUSPENDED (-2865)
486%define VERR_PDM_DRIVER_INVALID_PROPERTIES (-2866)
487%define VERR_PDM_TOO_MANY_DEVICE_INSTANCES (-2867)
488%define VERR_PDM_TOO_MANY_DRIVER_INSTANCES (-2868)
489%define VERR_PDM_TOO_MANY_USB_DEVICE_INSTANCES (-2869)
490%define VERR_PDM_DEVINS_VERSION_MISMATCH (-2870)
491%define VERR_PDM_DEVHLPR3_VERSION_MISMATCH (-2871)
492%define VERR_PDM_USBINS_VERSION_MISMATCH (-2872)
493%define VERR_PDM_USBHLPR3_VERSION_MISMATCH (-2873)
494%define VERR_PDM_DRVINS_VERSION_MISMATCH (-2874)
495%define VERR_PDM_DRVHLPR3_VERSION_MISMATCH (-2875)
496%define VERR_PDM_DEVICE_VERSION_MISMATCH (-2876)
497%define VERR_PDM_USBDEV_VERSION_MISMATCH (-2877)
498%define VERR_PDM_DRIVER_VERSION_MISMATCH (-2878)
499%define VERR_PDM_DEV_HEAP_R3_TO_GCPHYS (-2879)
500%define VERR_PDM_HPET_LEGACY_NOTIFY_MISSING (-2880)
501%define VERR_PDM_CRITSECT_IPE (-2881)
502%define VERR_PDM_CRITSECT_NOT_FOUND (-2882)
503%define VERR_PDM_THREAD_INVALID_CALLER (-2883)
504%define VERR_PDM_THREAD_IPE_1 (-2884)
505%define VERR_PDM_THREAD_IPE_2 (-2885)
506%define VERR_PDM_ONE_PCI_FUNCTION_PER_DEVICE (-2886)
507%define VERR_PDM_BAD_PCI_CONFIG (-2887)
508%define VERR_PDM_DEV_IPE_1 (-2888)
509%define VERR_PDM_MISCONFIGURED_DRV_TRANSFORMATION (-2889)
510%define VERR_PDM_CANNOT_TRANSFORM_REMOVED_DRIVER (-2890)
511%define VERR_PDM_NOT_PCI_BUS_MASTER (-2891)
512%define VERR_PDM_HM_IPE (-2892)
513%define VERR_HGCM_SERVICE_NOT_FOUND (-2900)
514%define VINF_HGCM_CLIENT_REJECTED 2901
515%define VERR_HGCM_INVALID_CMD_ADDRESS (-2902)
516%define VINF_HGCM_ASYNC_EXECUTE 2903
517%define VERR_HGCM_INTERNAL (-2904)
518%define VERR_HGCM_INVALID_CLIENT_ID (-2905)
519%define VINF_HGCM_SAVE_STATE (2906)
520%define VERR_HGCM_SERVICE_EXISTS (-2907)
521%define VINF_NAT_DNS 3000
522%define VERR_NAT_REDIR_GUEST_IP (-3001)
523%define VERR_NAT_REDIR_SETUP (-3002)
524%define VERR_HOSTIF_INIT_FAILED (-3100)
525%define VERR_HOSTIF_DEVICE_NAME_TOO_LONG (-3101)
526%define VERR_HOSTIF_IOCTL (-3102)
527%define VERR_HOSTIF_BLOCKING (-3103)
528%define VERR_HOSTIF_FD_AND_INIT_TERM (-3104)
529%define VERR_HOSTIF_TERM_FAILED (-3105)
530%define VERR_VD_INVALID_TYPE (-3200)
531%define VERR_VD_INVALID_STATE (-3201)
532%define VERR_VD_VALUE_NOT_FOUND (-3202)
533%define VERR_VD_NOT_OPENED (-3203)
534%define VERR_VD_IMAGE_NOT_FOUND (-3204)
535%define VERR_VD_IMAGE_READ_ONLY (-3205)
536%define VERR_VD_GEOMETRY_NOT_SET (-3206)
537%define VERR_VD_BLOCK_FREE (-3207)
538%define VERR_VD_UUID_MISMATCH (-3208)
539%define VINF_VD_ASYNC_IO_FINISHED 3209
540%define VERR_VD_ASYNC_IO_IN_PROGRESS (-3210)
541%define VERR_VD_INVALID_SIZE (-3211)
542%define VERR_VD_GEN_INVALID_HEADER (-3220)
543%define VERR_VD_VDI_INVALID_HEADER (-3230)
544%define VERR_VD_VDI_INVALID_SIGNATURE (-3231)
545%define VERR_VD_VDI_UNSUPPORTED_VERSION (-3232)
546%define VERR_VD_VDI_COMMENT_TOO_LONG (-3233)
547%define VERR_VD_VMDK_INVALID_HEADER (-3240)
548%define VERR_VD_VMDK_UNSUPPORTED_VERSION (-3241)
549%define VERR_VD_VMDK_VALUE_NOT_FOUND (-3242)
550%define VERR_VD_VMDK_INVALID_STATE (-3243)
551%define VERR_VD_VMDK_INVALID_FORMAT (-3244)
552%define VERR_VD_VMDK_INVALID_WRITE (-3245)
553%define VERR_VD_ISCSI_INVALID_HEADER (-3250)
554%define VERR_VD_ISCSI_UNKNOWN_CFG_VALUES (-3251)
555%define VERR_VD_ISCSI_UNKNOWN_INTERFACE (-3252)
556%define VERR_VD_ISCSI_INVALID_STATE (-3253)
557%define VERR_VD_ISCSI_INVALID_TYPE (-3254)
558%define VERR_VD_ISCSI_SECRET_ENCRYPTED (-3255)
559%define VERR_VD_VHD_INVALID_HEADER (-3260)
560%define VERR_VD_PARALLELS_INVALID_HEADER (-3265)
561%define VERR_VD_DMG_INVALID_HEADER (-3267)
562%define VERR_VD_RAW_INVALID_HEADER (-3270)
563%define VERR_VD_RAW_INVALID_TYPE (-3271)
564%define VERR_VD_NOT_ENOUGH_METADATA (-3272)
565%define VERR_VD_IOCTX_HALT (-3273)
566%define VERR_VD_CACHE_ALREADY_EXISTS (-3274)
567%define VERR_VD_CACHE_NOT_FOUND (-3275)
568%define VERR_VD_CACHE_NOT_UP_TO_DATE (-3276)
569%define VERR_VD_DISCARD_ALIGNMENT_NOT_MET (-3277)
570%define VERR_VD_DISCARD_NOT_SUPPORTED (-3278)
571%define VERR_VD_IMAGE_CORRUPTED (-3279)
572%define VERR_VD_IMAGE_REPAIR_NOT_SUPPORTED (-3280)
573%define VERR_VD_IMAGE_REPAIR_IMPOSSIBLE (-3281)
574%define VERR_VD_READ_OUT_OF_RANGE (-3282)
575%define VINF_VD_NEW_ZEROED_BLOCK 3283
576%define VERR_VBGL_NOT_INITIALIZED (-3300)
577%define VERR_VBGL_INVALID_ADDR (-3301)
578%define VERR_VBGL_IOCTL_FAILED (-3302)
579%define VERR_VUSB_NO_PORTS (-3400)
580%define VERR_VUSB_DEVICE_NOT_ATTACHED (-3401)
581%define VERR_VUSB_NO_URB_MEMORY (-3402)
582%define VERR_VUSB_FAILED_TO_QUEUE_URB (-3403)
583%define VERR_VUSB_DEVICE_NAME_NOT_FOUND (-3404)
584%define VERR_VUSB_USBFS_PERMISSION (-3405)
585%define VERR_VUSB_DEVICE_IS_RESETTING (-3406)
586%define VERR_VUSB_DEVICE_IS_SUSPENDED (-3407)
587%define VERR_VUSB_USB_DEVICE_PERMISSION (-3408)
588%define VERR_VGA_INVALID_CUSTOM_MODE (-3500)
589%define VINF_VGA_RESIZE_IN_PROGRESS (3501)
590%define VERR_INTNET_FLT_IF_NOT_FOUND (-3600)
591%define VERR_INTNET_FLT_IF_BUSY (-3601)
592%define VERR_INTNET_FLT_IF_FAILED (-3602)
593%define VERR_INTNET_INCOMPATIBLE_TRUNK (-3603)
594%define VERR_INTNET_INCOMPATIBLE_FLAGS (-3604)
595%define VERR_INTNET_FLT_VNIC_CREATE_FAILED (-3605)
596%define VERR_SUPDRV_COMPONENT_NOT_FOUND (-3700)
597%define VERR_SUPDRV_INTERFACE_NOT_SUPPORTED (-3701)
598%define VERR_SUPDRV_SERVICE_NOT_FOUND (-3702)
599%define VERR_SUPDRV_KERNEL_TOO_OLD_FOR_VTX (-3703)
600%define VERR_SUPDRV_VTG_MAGIC (-3704)
601%define VERR_SUPDRV_VTG_BITS (-3705)
602%define VERR_SUPDRV_VTG_BAD_HDR_MISC (-3706)
603%define VERR_SUPDRV_VTG_BAD_HDR_OFF (-3707)
604%define VERR_SUPDRV_VTG_BAD_HDR_PTR (-3708)
605%define VERR_SUPDRV_VTG_BAD_HDR_TOO_FEW (-3709)
606%define VERR_SUPDRV_VTG_BAD_HDR_TOO_MUCH (-3710)
607%define VERR_SUPDRV_VTG_BAD_HDR_NOT_MULTIPLE (-3711)
608%define VERR_SUPDRV_VTG_STRTAB_OFF (-3712)
609%define VERR_SUPDRV_VTG_BAD_STRING (-3713)
610%define VERR_SUPDRV_VTG_STRING_TOO_LONG (-3714)
611%define VERR_SUPDRV_VTG_BAD_ATTR (-3715)
612%define VERR_SUPDRV_VTG_BAD_PROVIDER (-3716)
613%define VERR_SUPDRV_VTG_BAD_PROBE (-3717)
614%define VERR_SUPDRV_VTG_BAD_ARGLIST (-3718)
615%define VERR_SUPDRV_VTG_BAD_PROBE_ENABLED (-3719)
616%define VERR_SUPDRV_VTG_BAD_PROBE_LOC (-3720)
617%define VERR_SUPDRV_VTG_ALREADY_REGISTERED (-3721)
618%define VERR_SUPDRV_VTG_ONLY_ONCE_PER_SESSION (-3722)
619%define VERR_SUPDRV_TRACER_ALREADY_REGISTERED (-3723)
620%define VERR_SUPDRV_TRACER_NOT_REGISTERED (-3724)
621%define VERR_SUPDRV_TRACER_ALREADY_OPENED (-3725)
622%define VERR_SUPDRV_TRACER_NOT_OPENED (-3726)
623%define VERR_SUPDRV_TRACER_NOT_PRESENT (-3727)
624%define VERR_SUPDRV_TRACER_UNLOADING (-3728)
625%define VERR_SUPDRV_TRACER_SESSION_BUSY (-3729)
626%define VERR_SUPDRV_TRACER_CANNOT_OPEN_SELF (-3730)
627%define VERR_SUPDRV_TRACER_BAD_ARG_FLAGS (-3731)
628%define VERR_SUPDRV_TRACER_TOO_MANY_PROVIDERS (-3732)
629%define VERR_SUPDRV_TRACER_TOO_LARGE (-3733)
630%define VERR_SUPDRV_TRACER_UMOD_NOT_ADJACENT (-3734)
631%define VERR_SUPDRV_TRACER_UMOD_TOO_MANY_PROBES (-3735)
632%define VERR_SUPDRV_TRACER_UMOD_STRTAB_TOO_BIG (-3736)
633%define VERR_SUPDRV_TRACER_UMOD_STRTAB_OFF_BAD (-3737)
634%define VERR_SUPLIB_PATH_NOT_ABSOLUTE (-3750)
635%define VERR_SUPLIB_PATH_NOT_CLEAN (-3751)
636%define VERR_SUPLIB_PATH_TOO_LONG (-3752)
637%define VERR_SUPLIB_PATH_TOO_SHORT (-3753)
638%define VERR_SUPLIB_PATH_TOO_MANY_COMPONENTS (-3754)
639%define VERR_SUPLIB_PATH_IS_ROOT (-3755)
640%define VERR_SUPLIB_DIR_ENUM_FAILED (-3756)
641%define VERR_SUPLIB_STAT_ENUM_FAILED (-3757)
642%define VERR_SUPLIB_STAT_FAILED (-3758)
643%define VERR_SUPLIB_FSTAT_FAILED (-3759)
644%define VERR_SUPLIB_SYMLINKS_ARE_NOT_PERMITTED (-3760)
645%define VERR_SUPLIB_NOT_DIR_NOT_FILE (-3761)
646%define VERR_SUPLIB_IS_DIRECTORY (-3762)
647%define VERR_SUPLIB_IS_FILE (-3763)
648%define VERR_SUPLIB_NOT_SAME_OBJECT (-3764)
649%define VERR_SUPLIB_OWNER_NOT_ROOT (-3765)
650%define VERR_SUPLIB_WRITE_NON_SYS_GROUP (-3766)
651%define VERR_SUPLIB_WORLD_WRITABLE (-3767)
652%define VERR_SUPLIB_INVALID_ARGV0_INTERNAL (-3768)
653%define VERR_SUPLIB_INVALID_INTERNAL_APP_DIR (-3769)
654%define VERR_GMM_SEED_ME (-3800)
655%define VERR_GMM_OUT_OF_MEMORY (-3801)
656%define VERR_GMM_HIT_GLOBAL_LIMIT (-3802)
657%define VERR_GMM_HIT_VM_ACCOUNT_LIMIT (-3803)
658%define VERR_GMM_ATTEMPT_TO_FREE_TOO_MUCH (-3804)
659%define VERR_GMM_ATTEMPT_TO_DEFLATE_TOO_MUCH (-3805)
660%define VERR_GMM_PAGE_NOT_FOUND (-3806)
661%define VERR_GMM_PAGE_NOT_PRIVATE (-3807)
662%define VERR_GMM_PAGE_NOT_SHARED (-3808)
663%define VERR_GMM_PAGE_ALREADY_FREE (-3809)
664%define VERR_GMM_NOT_PAGE_OWNER (-3810)
665%define VERR_GMM_CHUNK_NOT_FOUND (-3811)
666%define VERR_GMM_CHUNK_ALREADY_MAPPED (-3812)
667%define VERR_GMM_CHUNK_NOT_MAPPED (-3813)
668%define VERR_GMM_TOO_MANY_CHUNK_MAPPINGS (-3814)
669%define VERR_GMM_MEMORY_RESERVATION_DECLINED (-3815)
670%define VERR_GMM_IS_NOT_SANE (-3816)
671%define VERR_GMM_CHUNK_INSERT (-3817)
672%define VERR_GMM_INSTANCE (-3818)
673%define VERR_GMM_MTX_FLAGS (-3819)
674%define VERR_GMM_ALLOC_PAGES_IPE (-3820)
675%define VERR_GMM_ACTUAL_PAGES_IPE (-3821)
676%define VERR_GMM_MODULE_NAME_TOO_LONG (-3822)
677%define VERR_GMM_MODULE_VERSION_TOO_LONG (-3823)
678%define VERR_GMM_TOO_MANY_REGIONS (-3824)
679%define VERR_GMM_TOO_MANY_PER_VM_MODULES (-3825)
680%define VERR_GMM_TOO_MANY_GLOBAL_MODULES (-3826)
681%define VINF_GMM_SHARED_MODULE_ALREADY_REGISTERED (3827)
682%define VERR_GMM_SHARED_MODULE_ADDRESS_CLASH (-3828)
683%define VERR_GMM_SHARED_MODULE_NOT_FOUND (-3829)
684%define VERR_GMM_BAD_SHARED_MODULE_SIZE (-3830)
685%define VERR_GMM_SHARED_MODULE_BAD_REGIONS_SIZE (-3831)
686%define VERR_GVM_TOO_MANY_VMS (-3900)
687%define VINF_GVM_NOT_BLOCKED 3901
688%define VINF_GVM_NOT_BUSY_IN_GC 3902
689%define VINF_GVM_YIELDED 3903
690%define VERR_VMX_INVALID_VMCS_FIELD (-4000)
691%define VERR_VMX_INVALID_VMCS_PTR (-4001)
692%define VERR_VMX_INVALID_VMXON_PTR (-4002)
693%define VERR_VMX_UNSUPPORTED_MODE (-4004)
694%define VERR_VMX_UNABLE_TO_START_VM (-4005)
695%define VERR_VMX_INVALID_HOST_STATE (-4007)
696%define VERR_VMX_ILLEGAL_FEATURE_CONTROL_MSR (-4008)
697%define VERR_VMX_NO_VMX (-4009)
698%define VERR_VMX_VMXON_FAILED (-4010)
699%define VERR_VMX_IN_VMX_ROOT_MODE (-4011)
700%define VERR_VMX_X86_CR4_VMXE_CLEARED (-4012)
701%define VERR_VMX_MSR_LOCKED_OR_DISABLED (-4013)
702%define VERR_VMX_INVALID_GUEST_STATE (-4014)
703%define VERR_VMX_UNEXPECTED_EXIT_CODE (-4015)
704%define VERR_VMX_UNEXPECTED_EXCEPTION (-4016)
705%define VERR_VMX_UNEXPECTED_INTERRUPTION_EXIT_CODE (-4017)
706%define VERR_VMX_NOT_IN_VMX_ROOT_MODE (-4018)
707%define VERR_VMX_UNDEFINED_EXIT_CODE (-4019)
708%define VERR_VMX_VMPTRLD_FAILED (-4021)
709%define VERR_VMX_INVALID_VMCS_PTR_TO_START_VM (-4022)
710%define VERR_SVM_UNABLE_TO_START_VM (-4050)
711%define VERR_SVM_ILLEGAL_EFER_MSR (-4051)
712%define VERR_SVM_NO_SVM (-4052)
713%define VERR_SVM_DISABLED (-4053)
714%define VERR_SVM_IN_USE (-4054)
715%define VERR_SVM_INVALID_PVMCB (-4055)
716%define VERR_SVM_UNEXPECTED_EXIT (-4056)
717%define VERR_SVM_UNEXPECTED_XCPT_EXIT (-4057)
718%define VERR_SVM_UNEXPECTED_PATCH_TYPE (-4058)
719%define VERR_SVM_INVALID_GUEST_STATE (-4059)
720%define VERR_SVM_UNKNOWN_EXIT (-4060)
721%define VERR_HM_UNKNOWN_CPU (-4100)
722%define VERR_HM_NO_CPUID (-4101)
723%define VERR_HM_SUSPEND_PENDING (-4102)
724%define VERR_HM_CONFIG_MISMATCH (-4103)
725%define VERR_HM_ALREADY_ENABLED_IPE (-4104)
726%define VERR_HM_UNEXPECTED_LD_ST_MSR (-4105)
727%define VERR_HM_NO_32_TO_64_SWITCHER (-4106)
728%define VERR_HM_WRONG_CPU_1 (-4107)
729%define VERR_HM_IPE_1 (-4108)
730%define VERR_HM_IPE_2 (-4109)
731%define VERR_HM_WRONG_SWITCHER (-4110)
732%define VERR_HM_UNKNOWN_IO_INSTRUCTION (-4111)
733%define VERR_HM_UNSUPPORTED_CPU_FEATURE_COMBO (-4112)
734%define VERR_HM_IPE_3 (-4113)
735%define VERR_HM_IPE_4 (-4114)
736%define VERR_HM_IPE_5 (-4115)
737%define VERR_HM_INVALID_HM64ON32OP (-4116)
738%define VINF_HM_DOUBLE_FAULT 4117
739%define VERR_DIS_INVALID_OPCODE (-4200)
740%define VERR_DIS_GEN_FAILURE (-4201)
741%define VERR_DIS_NO_READ_CALLBACK (-4202)
742%define VERR_DIS_INVALID_MODRM (-4203)
743%define VERR_DIS_INVALID_PARAMETER (-4204)
744%define VERR_DIS_TOO_LONG_INSTR (-4206)
745%define VERR_WEB_NOT_AUTHENTICATED (-4300)
746%define VERR_WEB_INVALID_MANAGED_OBJECT_REFERENCE (-4301)
747%define VERR_WEB_INVALID_SESSION_ID (-4302)
748%define VERR_WEB_INVALID_OBJECT_ID (-4303)
749%define VERR_WEB_UNSUPPORTED_INTERFACE (-4304)
750%define VINF_PARAV_SWITCH_TO_HOST 4400
751%define VINF_VHWA_CMD_PENDING 4500
752%define VERR_COM_UNEXPECTED (-4600)
753%define VERR_COM_VBOX_LOWEST (-4699)
754%define VERR_COM_OBJECT_NOT_FOUND (VERR_COM_VBOX_LOWEST + 1)
755%define VERR_COM_INVALID_VM_STATE (VERR_COM_VBOX_LOWEST + 2)
756%define VERR_COM_VM_ERROR (VERR_COM_VBOX_LOWEST + 3)
757%define VERR_COM_FILE_ERROR (VERR_COM_VBOX_LOWEST + 4)
758%define VERR_COM_IPRT_ERROR (VERR_COM_VBOX_LOWEST + 5)
759%define VERR_COM_PDM_ERROR (VERR_COM_VBOX_LOWEST + 6)
760%define VERR_COM_INVALID_OBJECT_STATE (VERR_COM_VBOX_LOWEST + 7)
761%define VERR_COM_HOST_ERROR (VERR_COM_VBOX_LOWEST + 8)
762%define VERR_COM_NOT_SUPPORTED (VERR_COM_VBOX_LOWEST + 9)
763%define VERR_COM_XML_ERROR (VERR_COM_VBOX_LOWEST + 10)
764%define VERR_COM_INVALID_SESSION_STATE (VERR_COM_VBOX_LOWEST + 11)
765%define VERR_COM_OBJECT_IN_USE (VERR_COM_VBOX_LOWEST + 12)
766%define VERR_COM_DONT_CALL_AGAIN (VERR_COM_VBOX_LOWEST + 13)
767%define VERR_CPU_HOTPLUG_NOT_MONITORED_BY_GUEST (-4700)
768%define VINF_AIO_TASK_PENDING 4800
769%define VERR_VSCSI_LUN_TYPE_NOT_SUPPORTED (-4900)
770%define VERR_VSCSI_LUN_ATTACHED_TO_DEVICE (-4901)
771%define VERR_VSCSI_LUN_INVALID (-4902)
772%define VERR_VSCSI_LUN_NOT_ATTACHED (-4903)
773%define VERR_VSCSI_LUN_BUSY (-4904)
774%define VERR_FAM_OPEN_FAILED (-5000)
775%define VERR_FAM_MONITOR_FILE_FAILED (-5001)
776%define VERR_FAM_MONITOR_DIRECTORY_FAILED (-5002)
777%define VERR_FAM_CONNECTION_LOST (-5003)
778%define VERR_PCI_PASSTHROUGH_NO_RAM_PREALLOC (-5100)
779%define VERR_PCI_PASSTHROUGH_NO_HM (-5101)
780%define VERR_PCI_PASSTHROUGH_NO_NESTED_PAGING (-5102)
781%define VERR_GVMM_INSTANCE (-5200)
782%define VERR_GVMM_HOST_CPU_RANGE (-5201)
783%define VERR_GVMM_BROKEN_IPRT (-5202)
784%define VERR_GVMM_IPE_1 (-5203)
785%define VERR_GVMM_IPE_2 (-5204)
786%define VERR_IEM_INSTR_NOT_IMPLEMENTED (-5300)
787%define VERR_IEM_ASPECT_NOT_IMPLEMENTED (-5391)
788%define VERR_IEM_IPE_1 (-5392)
789%define VERR_IEM_IPE_2 (-5393)
790%define VERR_IEM_IPE_3 (-5394)
791%define VERR_IEM_RESTART_INSTRUCTION (-5395)
792%define VERR_DBGC_QUIT (-5400)
793%define VWRN_DBGC_CMD_PENDING 5401
794%define VWRN_DBGC_ALREADY_REGISTERED 5402
795%define VERR_DBGC_COMMANDS_NOT_REGISTERED (-5403)
796%define VERR_DBGC_BP_NOT_FOUND (-5404)
797%define VERR_DBGC_BP_EXISTS (-5405)
798%define VINF_DBGC_BP_NO_COMMAND 5406
799%define VERR_DBGC_COMMAND_FAILED (-5407)
800%define VERR_DBGC_IPE (-5408)
801%define VERR_DBGC_PARSE_LOWEST (-5499)
802%define VERR_DBGC_PARSE_TOO_FEW_ARGUMENTS (VERR_DBGC_PARSE_LOWEST + 0)
803%define VERR_DBGC_PARSE_TOO_MANY_ARGUMENTS (VERR_DBGC_PARSE_LOWEST + 1)
804%define VERR_DBGC_PARSE_ARGUMENT_OVERFLOW (VERR_DBGC_PARSE_LOWEST + 2)
805%define VERR_DBGC_PARSE_EXPECTED_BINARY_OP (VERR_DBGC_PARSE_LOWEST + 3)
806%define VERR_DBGC_PARSE_NO_RANGE_ALLOWED (VERR_DBGC_PARSE_LOWEST + 5)
807%define VERR_DBGC_PARSE_UNBALANCED_QUOTE (VERR_DBGC_PARSE_LOWEST + 6)
808%define VERR_DBGC_PARSE_UNBALANCED_PARENTHESIS (VERR_DBGC_PARSE_LOWEST + 7)
809%define VERR_DBGC_PARSE_EMPTY_ARGUMENT (VERR_DBGC_PARSE_LOWEST + 8)
810%define VERR_DBGC_PARSE_UNEXPECTED_OPERATOR (VERR_DBGC_PARSE_LOWEST + 9)
811%define VERR_DBGC_PARSE_INVALID_NUMBER (VERR_DBGC_PARSE_LOWEST + 10)
812%define VERR_DBGC_PARSE_NUMBER_TOO_BIG (VERR_DBGC_PARSE_LOWEST + 11)
813%define VERR_DBGC_PARSE_INVALID_OPERATION (VERR_DBGC_PARSE_LOWEST + 12)
814%define VERR_DBGC_PARSE_FUNCTION_NOT_FOUND (VERR_DBGC_PARSE_LOWEST + 13)
815%define VERR_DBGC_PARSE_NOT_A_FUNCTION (VERR_DBGC_PARSE_LOWEST + 14)
816%define VERR_DBGC_PARSE_NO_SCRATCH (VERR_DBGC_PARSE_LOWEST + 15)
817%define VERR_DBGC_PARSE_NO_MEMORY (VERR_DBGC_PARSE_LOWEST + 16)
818%define VERR_DBGC_PARSE_INCORRECT_ARG_TYPE (VERR_DBGC_PARSE_LOWEST + 17)
819%define VERR_DBGC_PARSE_VARIABLE_NOT_FOUND (VERR_DBGC_PARSE_LOWEST + 18)
820%define VERR_DBGC_PARSE_CONVERSION_FAILED (VERR_DBGC_PARSE_LOWEST + 19)
821%define VERR_DBGC_PARSE_NOT_IMPLEMENTED (VERR_DBGC_PARSE_LOWEST + 20)
822%define VERR_DBGC_PARSE_BAD_RESULT_TYPE (VERR_DBGC_PARSE_LOWEST + 21)
823%define VERR_DBGC_PARSE_WRITEONLY_SYMBOL (VERR_DBGC_PARSE_LOWEST + 22)
824%define VERR_DBGC_PARSE_INVALD_COMMAND_NAME (VERR_DBGC_PARSE_LOWEST + 23)
825%define VERR_DBGC_PARSE_COMMAND_NOT_FOUND (VERR_DBGC_PARSE_LOWEST + 24)
826%define VERR_DBGC_PARSE_BUG (VERR_DBGC_PARSE_LOWEST + 25)
827%define VERR_EXTPACK_UNSUPPORTED_HOST_UNINSTALL (-6000)
828%define VERR_EXTPACK_VBOX_VERSION_MISMATCH (-6001)
829%define VERR_GSTCTL_GUEST_ERROR (-6200)
830%define VWRN_GSTCTL_OBJECTSTATE_CHANGED 6220
831%include "iprt/err.mac"
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette