diff options
| author | Fam Zheng | 2018-07-27 05:34:00 +0200 |
|---|---|---|
| committer | Kevin Wolf | 2018-07-30 15:35:37 +0200 |
| commit | b85504314ffb0b33707559b483143b7e8121e003 (patch) | |
| tree | 6bf8d7ef6749ad51d1068bf637b1d0c2ed531cff /qemu-img.texi | |
| parent | iotests: Don't lock /dev/null in 226 (diff) | |
| download | qemu-b85504314ffb0b33707559b483143b7e8121e003.tar.gz qemu-b85504314ffb0b33707559b483143b7e8121e003.tar.xz qemu-b85504314ffb0b33707559b483143b7e8121e003.zip | |
Revert "qemu-img: Document copy offloading implications with -S and -c"
This reverts commit eb461485f4558e362fab905735b50987505bca44.
Now that we introduce an explicit option, these implicit rules are not
used.
Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'qemu-img.texi')
| -rw-r--r-- | qemu-img.texi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/qemu-img.texi b/qemu-img.texi index 5853cd18d1..aeb1b9e66c 100644 --- a/qemu-img.texi +++ b/qemu-img.texi @@ -96,8 +96,7 @@ will enumerate information about backing files in a disk image chain. Refer below for further description. @item -c -indicates that target image must be compressed (qcow format only). If this -option is used, copy offloading will not be attempted. +indicates that target image must be compressed (qcow format only) @item -h with or without a command shows help and lists the supported formats @@ -116,8 +115,7 @@ in case both @var{-q} and @var{-p} options are used. indicates the consecutive number of bytes that must contain only zeros for qemu-img to create a sparse image during conversion. This value is rounded down to the nearest 512 bytes. You may use the common size suffixes like -@code{k} for kilobytes. If this option is used, copy offloading will not be -attempted. +@code{k} for kilobytes. @item -t @var{cache} specifies the cache mode that should be used with the (destination) file. See |
