Changeset 107267 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Dec 10, 2024 7:37:35 AM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r106960 r107267 877 877 int i_configNetworkCtrls(ComPtr<IMachine> pMachine, ComPtr<IPlatformProperties> pPlatformProperties, 878 878 ChipsetType_T enmChipset, BusAssignmentManager *pBusMgr, PCVMMR3VTABLE pVMM, PUVM pUVM, 879 PCFGMNODE pDevices, std::list<BootNic> &llBootNics);879 PCFGMNODE pDevices, PCFGMNODE pUsbDevices, std::list<BootNic> &llBootNics); 880 880 #if defined(VBOX_WITH_TPM) 881 881 int i_configTpm(ComPtr<ITrustedPlatformModule> pTpm, TpmType_T enmTpmType, PCFGMNODE pDevices,
Note:
See TracChangeset
for help on using the changeset viewer.