VirtualBox

Changeset 90418 in vbox for trunk


Ignore:
Timestamp:
Jul 30, 2021 12:35:28 AM (3 years ago)
Author:
vboxsync
Message:

VBox/err.h: Moved VERR_IOMMU_XXXX from 7200 to 7300, because 7200..7299 was already claimed by VERR_PDM (see VINF_PDM_PCI_DO_DEFAULT). bugref:9654

File:
1 edited

Legend:

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

    r90379 r90418  
    30703070 */
    30713071/** Failed to read the device table entry from guest memory. */
    3072 #define VERR_IOMMU_DTE_READ_FAILED                  (-7200)
     3072#define VERR_IOMMU_DTE_READ_FAILED                  (-7300)
    30733073/** Failed to read the device table entry due to an invalid offset. */
    3074 #define VERR_IOMMU_DTE_BAD_OFFSET                   (-7201)
     3074#define VERR_IOMMU_DTE_BAD_OFFSET                   (-7301)
    30753075/** Address translation failed. */
    3076 #define VERR_IOMMU_ADDR_TRANSLATION_FAILED          (-7202)
     3076#define VERR_IOMMU_ADDR_TRANSLATION_FAILED          (-7302)
    30773077/** Access denied for the address. */
    3078 #define VERR_IOMMU_ADDR_ACCESS_DENIED               (-7203)
     3078#define VERR_IOMMU_ADDR_ACCESS_DENIED               (-7303)
    30793079/** Remapping failed for the interrupt. */
    3080 #define VERR_IOMMU_INTR_REMAP_FAILED                (-7204)
     3080#define VERR_IOMMU_INTR_REMAP_FAILED                (-7304)
    30813081/** Remapping denied for the interrupt (might have caused a PCI target abort). */
    3082 #define VERR_IOMMU_INTR_REMAP_DENIED                (-7205)
     3082#define VERR_IOMMU_INTR_REMAP_DENIED                (-7305)
    30833083/** Command not supported. */
    3084 #define VERR_IOMMU_CMD_NOT_SUPPORTED                (-7206)
     3084#define VERR_IOMMU_CMD_NOT_SUPPORTED                (-7306)
    30853085/** Command format (or reserved bits) invalid. */
    3086 #define VERR_IOMMU_CMD_INVALID_FORMAT               (-7207)
     3086#define VERR_IOMMU_CMD_INVALID_FORMAT               (-7307)
    30873087/** Command hardware failure. */
    3088 #define VERR_IOMMU_CMD_HW_ERROR                     (-7208)
     3088#define VERR_IOMMU_CMD_HW_ERROR                     (-7308)
    30893089/** IOMMU device is not present. */
    3090 #define VERR_IOMMU_NOT_PRESENT                      (-7209)
     3090#define VERR_IOMMU_NOT_PRESENT                      (-7309)
    30913091/** IOMMU instance cannot call itself (for remapping interrupts or translating
    30923092 *  addresses). */
    3093 #define VERR_IOMMU_CANNOT_CALL_SELF                 (-7210)
     3093#define VERR_IOMMU_CANNOT_CALL_SELF                 (-7310)
    30943094/** Address translation disabled (but permission bits apply). */
    3095 #define VINF_IOMMU_ADDR_TRANSLATION_DISABLED        7211
     3095#define VINF_IOMMU_ADDR_TRANSLATION_DISABLED        7311
    30963096
    30973097/** IOMMU Internal processing error \#0. */
    3098 #define VERR_IOMMU_IPE_0                            (-7290)
     3098#define VERR_IOMMU_IPE_0                            (-7390)
    30993099/** IOMMU Internal processing error \#1. */
    3100 #define VERR_IOMMU_IPE_1                            (-7291)
     3100#define VERR_IOMMU_IPE_1                            (-7391)
    31013101/** IOMMU Internal processing error \#2. */
    3102 #define VERR_IOMMU_IPE_2                            (-7292)
     3102#define VERR_IOMMU_IPE_2                            (-7392)
    31033103/** IOMMU Internal processing error \#3. */
    3104 #define VERR_IOMMU_IPE_3                            (-7293)
     3104#define VERR_IOMMU_IPE_3                            (-7393)
    31053105/** IOMMU Internal processing error \#4. */
    3106 #define VERR_IOMMU_IPE_4                            (-7294)
     3106#define VERR_IOMMU_IPE_4                            (-7394)
    31073107/** IOMMU Internal processing error \#5. */
    3108 #define VERR_IOMMU_IPE_5                            (-7295)
     3108#define VERR_IOMMU_IPE_5                            (-7395)
    31093109/** IOMMU Internal processing error \#6. */
    3110 #define VERR_IOMMU_IPE_6                            (-7296)
     3110#define VERR_IOMMU_IPE_6                            (-7396)
    31113111/** IOMMU Internal processing error \#7. */
    3112 #define VERR_IOMMU_IPE_7                            (-7297)
     3112#define VERR_IOMMU_IPE_7                            (-7397)
    31133113/** IOMMU Internal processing error \#8. */
    3114 #define VERR_IOMMU_IPE_8                            (-7298)
     3114#define VERR_IOMMU_IPE_8                            (-7398)
    31153115/** IOMMU Internal processing error \#9. */
    3116 #define VERR_IOMMU_IPE_9                            (-7299)
     3116#define VERR_IOMMU_IPE_9                            (-7399)
    31173117/** @} */
    31183118
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