Changeset 84530 in vbox for trunk/include/VBox
- Timestamp:
- May 26, 2020 9:38:30 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r84515 r84530 2979 2979 /** Internal processing error \#3 in the IOMMU device code. */ 2980 2980 #define VERR_IOMMU_IPE_3 (-7203) 2981 /** Internal processing error \#4 in the IOMMU device code. */ 2982 #define VERR_IOMMU_IPE_4 (-7204) 2981 2983 /** Address translation failed. */ 2982 #define VERR_IOMMU_ADDR_TRANSLATION_FAILED (-720 4)2984 #define VERR_IOMMU_ADDR_TRANSLATION_FAILED (-7205) 2983 2985 /** Access denied for the address. */ 2984 #define VERR_IOMMU_ADDR_ACCESS_DENIED (-720 5)2986 #define VERR_IOMMU_ADDR_ACCESS_DENIED (-7206) 2985 2987 /** Remapping failed for the interrupt. */ 2986 #define VERR_IOMMU_INTR_REMAP_FAILED (-720 6)2988 #define VERR_IOMMU_INTR_REMAP_FAILED (-7207) 2987 2989 /** Internal error - Command not supported. */ 2988 #define VERR_IOMMU_CMD_NOT_SUPPORTED (-720 7)2990 #define VERR_IOMMU_CMD_NOT_SUPPORTED (-7208) 2989 2991 /** Internal error - Command format (or reserved bits) invalid. */ 2990 #define VERR_IOMMU_CMD_INVALID_FORMAT (-720 8)2992 #define VERR_IOMMU_CMD_INVALID_FORMAT (-7209) 2991 2993 /** Internal error - Command hardware failure. */ 2992 #define VERR_IOMMU_CMD_HW_ERROR (-72 09)2994 #define VERR_IOMMU_CMD_HW_ERROR (-7210) 2993 2995 /** @} */ 2994 2996
Note:
See TracChangeset
for help on using the changeset viewer.