VirtualBox

Changeset 42585 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Aug 3, 2012 4:50:05 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79767
Message:

Hidden registry exploration.

Location:
trunk/include/VBox
Files:
3 edited

Legend:

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

    r41416 r42585  
    7979/** Report a failure, sending reason (zero terminated string). (RTTestSkipped) */
    8080#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)
    8184/** @} */
    8285
  • trunk/include/VBox/VMMDevTesting.mac

    r41416 r42585  
    2121%define VMMDEV_TESTING_CMD_VALUE        0xcab1e005
    2222%define VMMDEV_TESTING_CMD_SKIPPED      0xcab1e006
     23%define VMMDEV_TESTING_CMD_VALUE_REG    0xcab1e007
    2324%define VMMDEV_TESTING_UNIT_PCT                 0x01
    2425%define VMMDEV_TESTING_UNIT_BYTES               0x02
  • trunk/include/VBox/err.mac

    r42396 r42585  
    208208%define VERR_CPUM_RAISE_GP_0    (-1750)
    209209%define VERR_CPUM_INCOMPATIBLE_CONFIG    (-1751)
     210%define VERR_CPUM_HIDDEN_CS_LOAD_ERROR    (-1752)
    210211%define VERR_SSM_UNIT_EXISTS    (-1800)
    211212%define VERR_SSM_UNIT_NOT_FOUND    (-1801)
Note: See TracChangeset for help on using the changeset viewer.

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