VirtualBox

忽略:
時間撮記:
2014-5-19 下午02:53:48 (11 年 以前)
作者:
vboxsync
訊息:

Main/Console: fix medium change for virtual USB DVD drives, still hacky

檔案:
修改 1 筆資料

圖例:

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

    r51217 r51292  
    36243624                    /* Unmount existing media only for floppy and DVD drives. */
    36253625                    PPDMIBASE pBase;
    3626                     rc = PDMR3QueryLun(pUVM, pcszDevice, uInstance, uLUN, &pBase);
     3626                    if (enmBus == StorageBus_USB)
     3627                        rc = PDMR3UsbQueryLun(pUVM, pcszDevice, uInstance, uLUN, &pBase);
     3628                    else
     3629                        rc = PDMR3QueryLun(pUVM, pcszDevice, uInstance, uLUN, &pBase);
    36273630                    if (RT_FAILURE(rc))
    36283631                    {
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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