VirtualBox

Changeset 64786 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 6, 2016 10:29:03 AM (8 years ago)
Author:
vboxsync
Message:

Main/Console: Fix reconfiguring the medium chain for NVMe controllers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r64779 r64786  
    41644164
    41654165        /*
    4166          * Don't remove the LUN except for IDE/floppy (which connects directly to the medium driver
     4166         * Don't remove the LUN except for IDE/floppy/NVMe (which connects directly to the medium driver
    41674167         * even for DVD devices) or if there is a hotplug event which rips out the complete device.
    41684168         */
     
    41704170            || enmBus == StorageBus_IDE
    41714171            || enmBus == StorageBus_Floppy
     4172            || enmBus == StorageBus_PCIe
    41724173            || (enmBus == StorageBus_SATA && enmDevType != DeviceType_DVD))
    41734174        {
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