mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
add host_device format description to qemu-img manpage
Converting files using "qemu-img convert" onto logical volumes (or any block device) you need to use the currently undocumented "host_device" format. This patch adds the required documentation to the manpage. Reported-by: Adrian Bridgett <adrian@bitcube.co.uk> Signed-off-by: Adrian Bridgett <adrian@bitcube.co.uk> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
45a50b1668
commit
a6af8e5f96
1 changed files with 6 additions and 0 deletions
|
@ -37,6 +37,12 @@ Linux or NTFS on Windows), then only the written sectors will reserve
|
|||
space. Use @code{qemu-img info} to know the real size used by the
|
||||
image or @code{ls -ls} on Unix/Linux.
|
||||
|
||||
@item host_device
|
||||
|
||||
Host device format. This format should be used instead of raw when
|
||||
converting to block devices or other devices where "holes" are not
|
||||
supported.
|
||||
|
||||
@item qcow2
|
||||
QEMU image format, the most versatile format. Use it to have smaller
|
||||
images (useful if your filesystem does not supports holes, for example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue