VirtualBox

Changeset 84530 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 26, 2020 9:38:30 AM (5 years ago)
Author:
vboxsync
Message:

AMD IOMMU: bugref:9654 Interrupt remapping bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r84515 r84530  
    29792979/** Internal processing error \#3 in the IOMMU device code. */
    29802980#define VERR_IOMMU_IPE_3                            (-7203)
     2981/** Internal processing error \#4 in the IOMMU device code. */
     2982#define VERR_IOMMU_IPE_4                            (-7204)
    29812983/** Address translation failed. */
    2982 #define VERR_IOMMU_ADDR_TRANSLATION_FAILED          (-7204)
     2984#define VERR_IOMMU_ADDR_TRANSLATION_FAILED          (-7205)
    29832985/** Access denied for the address. */
    2984 #define VERR_IOMMU_ADDR_ACCESS_DENIED               (-7205)
     2986#define VERR_IOMMU_ADDR_ACCESS_DENIED               (-7206)
    29852987/** Remapping failed for the interrupt. */
    2986 #define VERR_IOMMU_INTR_REMAP_FAILED                (-7206)
     2988#define VERR_IOMMU_INTR_REMAP_FAILED                (-7207)
    29872989/** Internal error - Command not supported. */
    2988 #define VERR_IOMMU_CMD_NOT_SUPPORTED                (-7207)
     2990#define VERR_IOMMU_CMD_NOT_SUPPORTED                (-7208)
    29892991/** Internal error - Command format (or reserved bits) invalid. */
    2990 #define VERR_IOMMU_CMD_INVALID_FORMAT               (-7208)
     2992#define VERR_IOMMU_CMD_INVALID_FORMAT               (-7209)
    29912993/** Internal error - Command hardware failure. */
    2992 #define VERR_IOMMU_CMD_HW_ERROR                     (-7209)
     2994#define VERR_IOMMU_CMD_HW_ERROR                     (-7210)
    29932995/** @} */
    29942996
Note: See TracChangeset for help on using the changeset viewer.

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