VirtualBox

儲存庫 vbox 的更動 17109


忽略:
時間撮記:
2009-2-25 上午08:18:39 (16 年 以前)
作者:
vboxsync
訊息:

OVF: no USB support if USB is disabled (OSE)

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/ApplianceImpl.cpp

    r17099 r17109  
    13751375                                   Utf8StrFmt("%RI32", (uint32_t)AudioControllerType_AC97));
    13761376
     1377 #ifdef VBOX_WITH_USB
    13771378            /* USB Controller */
    13781379            if (vsysThis.fHasUsbController)
    13791380                pNewDesc->addEntry(VirtualSystemDescriptionType_USBController, "", "", "");
     1381 #endif /* VBOX_WITH_USB */
    13801382
    13811383            NetworksMap::const_iterator itN;
     
    18651867            }
    18661868
     1869#ifdef VBOX_WITH_USB
    18671870            /* USB Controller */
    18681871            std::list<VirtualSystemDescriptionEntry*> vsdeUSBController = vsdescThis->findByType(VirtualSystemDescriptionType_USBController);
     
    18761879            rc = usbController->COMSETTER(Enabled)(fUSBEnabled);
    18771880            if (FAILED(rc)) throw rc;
     1881#endif /* VBOX_WITH_USB */
    18781882
    18791883            if (!task->progress.isNull())
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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