Changeset 33369 in vbox for trunk/src/VBox/Main/ApplianceImplImport.cpp
- Timestamp:
- Oct 22, 2010 4:55:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImplImport.cpp
r33368 r33369 1702 1702 if (FAILED(rc)) throw rc; 1703 1703 if (!( ((lCabs & MediumFormatCapabilities_CreateFixed) == MediumFormatCapabilities_CreateFixed) 1704 1704 || ((lCabs & MediumFormatCapabilities_CreateDynamic) == MediumFormatCapabilities_CreateDynamic))) 1705 1705 throw setError(VBOX_E_NOT_SUPPORTED, 1706 1706 tr("Could not find a valid medium format for the target disk '%s'"), … … 1751 1751 Utf8Str strSrcFormat = "VDI"; 1752 1752 if ( di.strFormat.compare("http://www.vmware.com/specifications/vmdk.html#sparse", Utf8Str::CaseInsensitive) 1753 1754 1755 1753 || di.strFormat.compare("http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized", Utf8Str::CaseInsensitive) 1754 || di.strFormat.compare("http://www.vmware.com/specifications/vmdk.html#compressed", Utf8Str::CaseInsensitive) 1755 || di.strFormat.compare("http://www.vmware.com/interfaces/specifications/vmdk.html#compressed", Utf8Str::CaseInsensitive) 1756 1756 ) 1757 1757 strSrcFormat = "VMDK";
Note:
See TracChangeset
for help on using the changeset viewer.