Changeset 52830 in vbox
- Timestamp:
- Sep 24, 2014 7:09:10 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vd.h
r52585 r52830 71 71 72 72 /** @name VBox HDD container image flags 73 * Same values as MediumVariant API enum. 73 74 * @{ 74 75 */ -
trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendCOM.cpp
r52730 r52830 277 277 case KMediumVariant_Standard: 278 278 return QApplication::translate("VBoxGlobal", "Dynamically allocated storage", "MediumVariant"); 279 case (KMediumVariant)(KMediumVariant_Standard | KMediumVariant_VdiZeroExpand): 280 return QApplication::translate("VBoxGlobal", "New dynamically allocated storage", "MediumVariant"); 279 281 case (KMediumVariant)(KMediumVariant_Standard | KMediumVariant_Diff): 280 282 return QApplication::translate("VBoxGlobal", "Dynamically allocated differencing storage", "MediumVariant"); -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r52574 r52830 13109 13109 <enum 13110 13110 name="MediumVariant" 13111 uuid=" 80685b6b-e42f-497d-8271-e77bf3c61ada"13111 uuid="0282e97f-4ef3-4411-a8e0-47c384803cb6" 13112 13112 > 13113 13113 <desc> … … 13140 13140 <desc> 13141 13141 VMDK format variant used on ESX products. 13142 </desc> 13143 </const> 13144 <const name="VdiZeroExpand" value="0x100"> 13145 <desc> 13146 Fill new blocks with zeroes while expanding image file. 13142 13147 </desc> 13143 13148 </const>
Note:
See TracChangeset
for help on using the changeset viewer.