Changeset 37657 in vbox
- Timestamp:
- Jun 28, 2011 10:44:03 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r37656 r37657 3852 3852 aControllerName); 3853 3853 3854 if (fHotplug && aType == DeviceType_DVD)3855 return setError(VBOX_E_INVALID_VM_STATE,3856 tr("Detaching a DVD drive while the VM is running is not supported"));3857 3858 3854 MediumAttachment *pAttach = findAttachment(mMediaData->mAttachments, 3859 3855 aControllerName, … … 3864 3860 tr("No storage device attached to device slot %d on port %d of controller '%ls'"), 3865 3861 aDevice, aControllerPort, aControllerName); 3862 3863 if (fHotplug && pAttach->getType() == DeviceType_DVD) 3864 return setError(VBOX_E_INVALID_VM_STATE, 3865 tr("Detaching a DVD drive while the VM is running is not supported")); 3866 3866 3867 3867 /*
Note:
See TracChangeset
for help on using the changeset viewer.