Changeset 46421 in vbox for trunk/include/VBox
- Timestamp:
- Jun 6, 2013 5:46:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.mac
r45875 r46421 399 399 %define VERR_IOM_MMIO_IPE_2 (-2635) 400 400 %define VERR_IOM_MMIO_IPE_3 (-2636) 401 %define VERR_IOM_HM_IPE (-2637) 401 402 %define VINF_VMM_CALL_HOST 2700 402 403 %define VERR_VMM_RING0_ASSERTION (-2701) … … 415 416 %define VINF_VMM_UNKNOWN_RING3_CALL (2714) 416 417 %define VERR_VMM_SWITCHER_STUB (-2715) 418 %define VERR_VMM_WRONG_HM_VMCPU_STATE (-2716) 417 419 %define VERR_PDM_NO_SUCH_LUN (-2800) 418 420 %define VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES (-2801) … … 508 510 %define VERR_PDM_CANNOT_TRANSFORM_REMOVED_DRIVER (-2890) 509 511 %define VERR_PDM_NOT_PCI_BUS_MASTER (-2891) 512 %define VERR_PDM_HM_IPE (-2892) 510 513 %define VERR_HGCM_SERVICE_NOT_FOUND (-2900) 511 514 %define VINF_HGCM_CLIENT_REJECTED 2901
Note:
See TracChangeset
for help on using the changeset viewer.