VirtualBox

Changeset 24765 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Nov 18, 2009 5:01:37 PM (15 years ago)
Author:
vboxsync
Message:

MachineImpl/AttachDevice: the "smartness" applies only to hard disks. DVD/Floppy attachments should be immediate, and comparing with previous attachments will only cause trouble

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r24759 r24765  
    24622462    do
    24632463    {
    2464         if (mMediaData.isBackedUp())
     2464        if (aType == DeviceType_HardDisk && mMediaData.isBackedUp())
    24652465        {
    24662466            const MediaData::AttachmentList &oldAtts = mMediaData.backedUpData()->mAttachments;
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