Revision ec36ba14 qemu-img.texi

b/qemu-img.texi
8 8

  
9 9
The following commands are supported:
10 10
@table @option
11
@item create [-e] [-b @var{base_image}] [-f @var{fmt}] @var{filename} [@var{size}]
11
@item create [-e] [-6] [-b @var{base_image}] [-f @var{fmt}] @var{filename} [@var{size}]
12 12
@item commit [-f @var{fmt}] @var{filename}
13
@item convert [-c] [-e] [-f @var{fmt}] @var{filename} [-O @var{output_fmt}] @var{output_filename}
13
@item convert [-c] [-e] [-6] [-f @var{fmt}] @var{filename} [-O @var{output_fmt}] @var{output_filename}
14 14
@item info [-f @var{fmt}] @var{filename}
15 15
@end table
16 16

  
......
67 67
indicates that target image must be compressed (qcow format only)
68 68
@item -e
69 69
indicates that the target image must be encrypted (qcow format only)
70
@item -6
71
indicates that the target image must use compatibility level 6 (vmdk format only)
70 72
@end table
71 73

  
72 74
Command description:
73 75

  
74 76
@table @option
75
@item create [-e] [-b @var{base_image}] [-f @var{fmt}] @var{filename} [@var{size}]
77
@item create [-6] [-e] [-b @var{base_image}] [-f @var{fmt}] @var{filename} [@var{size}]
76 78

  
77 79
Create the new disk image @var{filename} of size @var{size} and format
78 80
@var{fmt}.

Also available in: Unified diff