qemu-img: properly list formats which have consistency check implemented
commit8e28b65f52637917d3d02ade4e0ae85442de9f86
authorDenis V. Lunev <den@openvz.org>
Thu, 7 Apr 2022 08:39:32 +0000 (7 11:39 +0300)
committerKevin Wolf <kwolf@redhat.com>
Wed, 4 May 2022 13:55:23 +0000 (4 15:55 +0200)
tree6fee408a8bd2dea2d4f9d30367642a4151cd5497
parent2e3408b3cc7de4e87a9adafc8c19bfce3abec947
qemu-img: properly list formats which have consistency check implemented

Simple grep for the .bdrv_co_check callback presence gives the following
list of block drivers
* QED
* VDI
* VHDX
* VMDK
* Parallels
which have this callback. The presense of the callback means that
consistency check is supported.

The patch updates documentation accordingly.

Signed-off-by: Denis V. Lunev <den@openvz.org>
CC: Kevin Wolf <kwolf@redhat.com>
CC: Hanna Reitz <hreitz@redhat.com>
Message-Id: <20220407083932.531965-1-den@openvz.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
docs/tools/qemu-img.rst