Changeset 60847 in vbox for trunk/include/VBox/err.h
- Timestamp:
- May 5, 2016 3:24:46 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107055
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r60716 r60847 1109 1109 /** Reason for leaving RZ: I/O port write. */ 1110 1110 #define VINF_IOM_R3_IOPORT_WRITE 2621 1111 /** Reason for leaving RZ: Pending I/O port write. Since there is also 1112 * VMCPU_FF_IOM for this condition, it's ok to drop this status code for 1113 * some other VINF_EM_XXX statuses. */ 1114 #define VINF_IOM_R3_IOPORT_COMMIT_WRITE 2622 1111 1115 /** Reason for leaving RZ: MMIO read. */ 1112 1116 #define VINF_IOM_R3_MMIO_READ 2623 … … 1115 1119 /** Reason for leaving RZ: MMIO read/write. */ 1116 1120 #define VINF_IOM_R3_MMIO_READ_WRITE 2625 1121 /** Reason for leaving RZ: Pending MMIO write. Since there is also 1122 * VMCPU_FF_IOM for this condition, it's ok to drop this status code for 1123 * some other VINF_EM_XXX statuses. */ 1124 #define VINF_IOM_R3_MMIO_COMMIT_WRITE 2626 1117 1125 1118 1126 /** IOMGCIOPortHandler was given an unexpected opcode. */ … … 1132 1140 /** Got into a part of IOM that is not used when HM (VT-x/AMD-V) is enabled. */ 1133 1141 #define VERR_IOM_HM_IPE (-2637) 1142 /** Internal processing error while merging status codes. */ 1143 #define VERR_IOM_FF_STATUS_IPE (-2638) 1134 1144 /** @} */ 1135 1145
Note:
See TracChangeset
for help on using the changeset viewer.