]> git.proxmox.com Git - mirror_qemu.git/commit
iotests: drop qemu_img_verbose() helper
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Thu, 23 Dec 2021 16:01:30 +0000 (17:01 +0100)
committerHanna Reitz <hreitz@redhat.com>
Tue, 1 Feb 2022 09:51:39 +0000 (10:51 +0100)
commit8f9e54ccfd047cbef09fe10fa75d59333052fb78
tree57b492aaa63045f689d58b0a3ad45de3a61ca622
parent22e29bcea12ccf0e127b91917d959c69bebbd952
iotests: drop qemu_img_verbose() helper

qemu_img_verbose() has a drawback of not going through generic
qemu_img_pipe_and_status(). qemu_img_verbose() is not very popular, so
update the only two users to qemu_img_log() and drop qemu_img_verbose()
at all.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Hanna Reitz <hreitz@redhat.com>
Message-Id: <20211223160144.1097696-6-vsementsov@virtuozzo.com>
Signed-off-by: Hanna Reitz <hreitz@redhat.com>
tests/qemu-iotests/044
tests/qemu-iotests/044.out
tests/qemu-iotests/209
tests/qemu-iotests/209.out
tests/qemu-iotests/iotests.py