Changeset 42585 in vbox for trunk/include/VBox
- Timestamp:
- Aug 3, 2012 4:50:05 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79767
- Location:
- trunk/include/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VMMDevTesting.h
r41416 r42585 79 79 /** Report a failure, sending reason (zero terminated string). (RTTestSkipped) */ 80 80 #define VMMDEV_TESTING_CMD_SKIPPED UINT32_C(0xcab1e006) 81 /** Report a value found in a VMM register, sending a string on the form 82 * "value-name:register-name". */ 83 #define VMMDEV_TESTING_CMD_VALUE_REG UINT32_C(0xcab1e007) 81 84 /** @} */ 82 85 -
trunk/include/VBox/VMMDevTesting.mac
r41416 r42585 21 21 %define VMMDEV_TESTING_CMD_VALUE 0xcab1e005 22 22 %define VMMDEV_TESTING_CMD_SKIPPED 0xcab1e006 23 %define VMMDEV_TESTING_CMD_VALUE_REG 0xcab1e007 23 24 %define VMMDEV_TESTING_UNIT_PCT 0x01 24 25 %define VMMDEV_TESTING_UNIT_BYTES 0x02 -
trunk/include/VBox/err.mac
r42396 r42585 208 208 %define VERR_CPUM_RAISE_GP_0 (-1750) 209 209 %define VERR_CPUM_INCOMPATIBLE_CONFIG (-1751) 210 %define VERR_CPUM_HIDDEN_CS_LOAD_ERROR (-1752) 210 211 %define VERR_SSM_UNIT_EXISTS (-1800) 211 212 %define VERR_SSM_UNIT_NOT_FOUND (-1801)
Note:
See TracChangeset
for help on using the changeset viewer.