VirtualBox

Changeset 50290 in vbox


Ignore:
Timestamp:
Jan 30, 2014 3:58:37 PM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: 6863: Machine settings: Storage page: SATA hot-plug support (step 3): Forgot to add a check for SATA controller type in few places.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp

    r50288 r50290  
    36633663                    }
    36643664                }
    3665                 if (fSuccess && isMachineOffline())
     3665                if (controllerBus == KStorageBus_SATA)
    36663666                {
    3667                     m_machine.SetHotPluggableForDevice(strControllerName, iAttachmentPort, iAttachmentDevice, fAttachmentHotPluggable);
    3668                     /* Check that machine is OK: */
    3669                     fSuccess = m_machine.isOk();
     3667                    if (fSuccess && isMachineOffline())
     3668                    {
     3669                        m_machine.SetHotPluggableForDevice(strControllerName, iAttachmentPort, iAttachmentDevice, fAttachmentHotPluggable);
     3670                        /* Check that machine is OK: */
     3671                        fSuccess = m_machine.isOk();
     3672                    }
    36703673                }
    36713674            }
     
    37493752                    }
    37503753                }
    3751                 if (fSuccess && isMachineOffline())
     3754                if (controllerBus == KStorageBus_SATA)
    37523755                {
    3753                     m_machine.SetHotPluggableForDevice(strControllerName, iAttachmentPort, iAttachmentDevice, fAttachmentHotPluggable);
    3754                     /* Check that machine is OK: */
    3755                     fSuccess = m_machine.isOk();
     3756                    if (fSuccess && isMachineOffline())
     3757                    {
     3758                        m_machine.SetHotPluggableForDevice(strControllerName, iAttachmentPort, iAttachmentDevice, fAttachmentHotPluggable);
     3759                        /* Check that machine is OK: */
     3760                        fSuccess = m_machine.isOk();
     3761                    }
    37563762                }
    37573763            }
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