]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commitdiff
docs: updated qemu-img man page and qemu-doc to reflect VHDX support.
authorJeff Cody <jcody@redhat.com>
Tue, 17 Dec 2013 18:56:06 +0000 (13:56 -0500)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 20 Dec 2013 08:11:58 +0000 (09:11 +0100)
The man page for qemu-img, and the qemu-doc, did not mention VHDX
as a supported format.  This adds in reference to VHDX in those
documents.

[Stefan Weil <sw@weilnetz.de> suggested s/Block Size/Block size/ for
consistency.  I have made this change.
--Stefan]

Signed-off-by: Jeff Cody <jcody@redhat.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
qemu-doc.texi
qemu-img.texi

index 185dd47a033d5ff41265121355a0252831e6c4e3..4e9c6e9b6e0ce3edafe1cf12af4b4337058412d7 100644 (file)
@@ -654,6 +654,21 @@ Supported options:
 Specifies which VHD subformat to use. Valid options are
 @code{dynamic} (default) and @code{fixed}.
 @end table
+
+@item VHDX
+Hyper-V compatible image format (VHDX).
+Supported options:
+@table @code
+@item subformat
+Specifies which VHDX subformat to use. Valid options are
+@code{dynamic} (default) and @code{fixed}.
+@item block_state_zero
+Force use of payload blocks of type 'ZERO'.
+@item block_size
+Block size; min 1 MB, max 256 MB.  0 means auto-calculate based on image size.
+@item log_size
+Log size; min 1 MB.
+@end table
 @end table
 
 @subsubsection Read-only formats
index be31191e43413f88fc3ff23d613cbb70221bb218..1bba91efde5c344c1b6937920ccb9f87b2a2975a 100644 (file)
@@ -431,8 +431,8 @@ This option can only be enabled if @code{compat=1.1} is specified.
 
 @item Other
 QEMU also supports various other image file formats for compatibility with
-older QEMU versions or other hypervisors, including VMDK, VDI, VHD (vpc), qcow1
-and QED. For a full list of supported formats see @code{qemu-img --help}.
+older QEMU versions or other hypervisors, including VMDK, VDI, VHD (vpc), VHDX,
+qcow1 and QED. For a full list of supported formats see @code{qemu-img --help}.
 For a more detailed description of these formats, see the QEMU Emulation User
 Documentation.