VirtualBox

儲存庫 vbox 的更動 65887


忽略:
時間撮記:
2017-2-27 下午02:41:29 (8 年 以前)
作者:
vboxsync
訊息:

Main/Appliance: support importing more than 10 NICs if the OVF contains the VirtualBox config and it is set to ICH9 chipset (needs more than one digit, and grabbing all numbers works as the string continues with ";type=NAT" or so)

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp

    r65530 r65887  
    33423342
    33433343                Log(("Attaching disk %s to port %d on device %d\n",
    3344                 vsdeTargetHD->strVBoxCurrent.c_str(), mhda.lControllerPort, mhda.lDevice));
     3344                     vsdeTargetHD->strVBoxCurrent.c_str(), mhda.lControllerPort, mhda.lDevice));
    33453345
    33463346                ComObjPtr<MediumFormat> mediumFormat;
     
    35673567                && vsdeNW->strExtraConfigCurrent.length() > 6)
    35683568            {
    3569                 uint32_t iSlot = vsdeNW->strExtraConfigCurrent.substr(5, 1).toUInt32();
     3569                uint32_t iSlot = vsdeNW->strExtraConfigCurrent.substr(5).toUInt32();
    35703570                /* Iterate through all network adapters in the machine config. */
    35713571                for (it1 = llNetworkAdapters.begin();
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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