Changeset 101320 in vbox for trunk/include/VBox
- Timestamp:
- Sep 29, 2023 3:43:07 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/log.h
r101035 r101320 167 167 /** PIT Device group. */ 168 168 LOG_GROUP_DEV_PIT, 169 /** Generic Platform Device group. */ 170 LOG_GROUP_DEV_PLATFORM, 169 171 /** QEMU firmware config Device group. */ 170 172 LOG_GROUP_DEV_QEMUFWCFG, … … 915 917 "DEV_PIC", \ 916 918 "DEV_PIT", \ 919 "DEV_PLATFORM", \ 917 920 "DEV_QEMUFWCFG", \ 918 921 "DEV_RTC", \
Note:
See TracChangeset
for help on using the changeset viewer.