VirtualBox

Changeset 55119 in vbox


Ignore:
Timestamp:
Apr 7, 2015 4:02:00 PM (9 years ago)
Author:
vboxsync
Message:

Main/Settings: bump version number on xHCI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r54948 r55119  
    55315531                /* Abort early if possible. */
    55325532                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;
    55335544                    break;
     5545                }
    55345546            }
    55355547        }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette