Changeset 31118 in vbox
- Timestamp:
- Jul 26, 2010 3:02:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r30976 r31118 2578 2578 hrc = pMediumAtt->COMGETTER(Medium)(pMedium.asOutParam()); H(); 2579 2579 2580 if (lType == DeviceType_HardDisk) 2580 /* 2581 * 1. Only check this for hard disk images. 2582 * 2. Only check during VM creation and not later, especially not during 2583 * taking an online snapshot! 2584 */ 2585 if ( lType == DeviceType_HardDisk 2586 && aMachineState == MachineState_Starting) 2581 2587 { 2582 2588 /*
Note:
See TracChangeset
for help on using the changeset viewer.