Changeset 55119 in vbox
- Timestamp:
- Apr 7, 2015 4:02:00 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/xml/Settings.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r54948 r55119 5531 5531 /* Abort early if possible. */ 5532 5532 if (fSettingsBumped) 5533 return; 5534 } 5535 5536 for (USBControllerList::const_iterator it = hardwareMachine.usbSettings.llUSBControllers.begin(); 5537 it != hardwareMachine.usbSettings.llUSBControllers.end(); 5538 ++it) 5539 { 5540 const USBController &ctrl = *it; 5541 if (ctrl.enmType == USBControllerType_XHCI) 5542 { 5543 m->sv = SettingsVersion_v1_15; 5533 5544 break; 5545 } 5534 5546 } 5535 5547 }
Note:
See TracChangeset
for help on using the changeset viewer.

