Changeset 55232 in vbox for trunk/src/VBox
- Timestamp:
- Apr 14, 2015 8:48:28 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99543
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r55119 r55232 5504 5504 * from the default for old settings. 5505 5505 * AHCI ports are hotpluggable by default every other device is not. 5506 * Also check if there are USB storage controllers. 5506 5507 */ 5507 5508 for (StorageControllersList::const_iterator it = storageMachine.llStorageControllers.begin(); … … 5511 5512 bool fSettingsBumped = false; 5512 5513 const StorageController &sctl = *it; 5514 5515 if (sctl.controllerType == StorageControllerType_USB) 5516 { 5517 m->sv = SettingsVersion_v1_15; 5518 fSettingsBumped = true; 5519 break; 5520 } 5513 5521 5514 5522 for (AttachedDevicesList::const_iterator it2 = sctl.llAttachedDevices.begin(); … … 5534 5542 } 5535 5543 5544 /* 5545 * Check if there is an xHCI (USB3) USB controller. 5546 */ 5536 5547 for (USBControllerList::const_iterator it = hardwareMachine.usbSettings.llUSBControllers.begin(); 5537 5548 it != hardwareMachine.usbSettings.llUSBControllers.end();
Note:
See TracChangeset
for help on using the changeset viewer.