- Timestamp:
- Sep 29, 2023 3:43:07 PM (16 months ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 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", \ -
trunk/src/VBox/Devices/build/VBoxDD.cpp
r100128 r101320 272 272 if (RT_FAILURE(rc)) 273 273 return rc; 274 275 rc = pCallbacks->pfnRegister(pCallbacks, &g_DevicePlatform); 276 if (RT_FAILURE(rc)) 277 return rc; 274 278 #endif 275 279 -
trunk/src/VBox/Devices/build/VBoxDD.h
r100128 r101320 241 241 extern const PDMDEVREG g_DeviceFlashCFI; 242 242 extern const PDMDEVREG g_DevicePciGenericEcam; 243 extern const PDMDEVREG g_DevicePlatform; 243 244 #endif 244 245
Note:
See TracChangeset
for help on using the changeset viewer.