Changeset 86032 in vbox for trunk/src/VBox
- Timestamp:
- Sep 6, 2020 8:24:52 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140242
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r86024 r86032 169 169 PC/DevFwCommon.cpp \ 170 170 PC/DevPcArch.cpp \ 171 PC/DevQemuFwCfg.cpp \ 171 172 $(if $(VBOX_WITH_NEW_LPC_DEVICE),PC/DevLpc-new.cpp,) \ 172 173 GIMDev/GIMDev.cpp \ -
trunk/src/VBox/Devices/build/VBoxDD.cpp
r85816 r86032 226 226 return rc; 227 227 #endif 228 rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceQemuFwCfg); 229 if (RT_FAILURE(rc)) 230 return rc; 228 231 229 232 return VINF_SUCCESS; -
trunk/src/VBox/Devices/build/VBoxDD.h
r85816 r86032 106 106 extern const PDMDEVREG g_DeviceVirtualKD; 107 107 #endif 108 extern const PDMDEVREG g_DeviceQemuFwCfg; 108 109 109 110 extern const PDMDRVREG g_DrvMouseQueue;
Note:
See TracChangeset
for help on using the changeset viewer.