VirtualBox

Changeset 49716 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Nov 29, 2013 7:05:31 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91004
Message:

pr7091. Fixed: OVF import of VM with type "LsiLogicSas" of SCSI controller

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp

    r49620 r49716  
    586586                            else if (!hdc.strControllerType.compare("BusLogic", Utf8Str::CaseInsensitive))
    587587                                hdcController = "BusLogic";
     588
    588589                            pNewDesc->addEntry(vsdet,
    589590                                               strControllerID,
     
    21752176
    21762177        case ovf::HardDiskController::SCSI:
    2177             controllerType = Bstr("SCSI Controller");
     2178        {
     2179            if(hdc.strControllerType.compare("lsilogicsas")==0)
     2180                controllerType = Bstr("SAS Controller");
     2181            else
     2182                controllerType = Bstr("SCSI Controller");
     2183
    21782184            lControllerPort = (long)ulAddressOnParent;
    21792185            lDevice = (long)0;
     2186        }
    21802187        break;
    21812188
Note: See TracChangeset for help on using the changeset viewer.

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