Changeset 103262 in vbox for trunk/include/VBox/VMMDevTesting.h
- Timestamp:
- Feb 8, 2024 12:00:32 AM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 161553
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VMMDevTesting.h
r98103 r103262 128 128 /** Start a new sub-test, sending name (zero terminated string). (RTTestSub) */ 129 129 #define VMMDEV_TESTING_CMD_SUB_NEW UINT32_C(0xcab1e002) 130 /** Sub-test is done, sending 32-bit error count for it. (RTTest Done) */130 /** Sub-test is done, sending 32-bit error count for it. (RTTestSubDone) */ 131 131 #define VMMDEV_TESTING_CMD_SUB_DONE UINT32_C(0xcab1e003) 132 132 /** Report a failure, sending reason (zero terminated string). (RTTestFailed) */ … … 145 145 * DATA port and reading back the result. */ 146 146 #define VMMDEV_TESTING_CMD_QUERY_CFG UINT32_C(0xcab1e009) 147 /** Start a new sub-sub-test, sending name (zero terminated string). (RTTestSubSub) */ 148 #define VMMDEV_TESTING_CMD_SUBSUB_NEW UINT32_C(0xcab1e00a) 149 /** Sub-sub-test is done, sending 32-bit error count for it. (RTTestSubSubDone) */ 150 #define VMMDEV_TESTING_CMD_SUBSUB_DONE UINT32_C(0xcab1e00b) 147 151 148 152 /** The magic part of the command. */
Note:
See TracChangeset
for help on using the changeset viewer.