Changeset 107267 in vbox for trunk/src/VBox/Main/src-client/ConsoleImplConfigArmV8.cpp
- Timestamp:
- Dec 10, 2024 7:37:35 AM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 166288
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImplConfigArmV8.cpp
r107168 r107267 919 919 std::list<BootNic> llBootNics; 920 920 vrc = i_configNetworkCtrls(pMachine, pPlatformProperties, chipsetType, pBusMgr, 921 pVMM, pUVM, pDevices, llBootNics);VRC();921 pVMM, pUVM, pDevices, pUsbDevices, llBootNics); VRC(); 922 922 923 923 /*
Note:
See TracChangeset
for help on using the changeset viewer.