Changeset 38329 in vbox
- Timestamp:
- Aug 5, 2011 3:18:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r38099 r38329 3457 3457 aControllerName); 3458 3458 3459 if (fHotplug && aType == DeviceType_DVD)3460 return setError(VBOX_E_INVALID_VM_STATE,3461 tr("Attaching a DVD drive while the VM is running is not supported"));3462 3463 3459 // check that the port and device are not out of range 3464 3460 rc = ctl->checkPortAndDeviceValid(aControllerPort, aDevice); … … 3892 3888 tr("No storage device attached to device slot %d on port %d of controller '%ls'"), 3893 3889 aDevice, aControllerPort, aControllerName); 3894 3895 if (fHotplug && pAttach->getType() == DeviceType_DVD)3896 return setError(VBOX_E_INVALID_VM_STATE,3897 tr("Detaching a DVD drive while the VM is running is not supported"));3898 3890 3899 3891 /*
Note:
See TracChangeset
for help on using the changeset viewer.