Changeset 49983 in vbox for trunk/include/VBox/log.h
- Timestamp:
- Dec 19, 2013 12:23:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/log.h
r49891 r49983 148 148 /** VMM Device group for logging guest backdoor logging to stderr. */ 149 149 LOG_GROUP_DEV_VMM_STDERR, 150 /** VMSVGA Device group. */ 151 LOG_GROUP_DEV_VMSVGA, 150 152 /** Disassembler group. */ 151 153 LOG_GROUP_DIS, … … 735 737 "DEV_VMM_BACKDOOR", \ 736 738 "DEV_VMM_STDERR", \ 739 "DEV_VMSVGA", \ 737 740 "DIS", \ 738 741 "DRV", \
Note:
See TracChangeset
for help on using the changeset viewer.