iotests: replace calls to log(qemu_io(...)) with qemu_io_log()
commit093a13acbf6be15de01cbf4afc27fb4193fd49ee
authorJohn Snow <jsnow@redhat.com>
Mon, 18 Apr 2022 21:14:53 +0000 (18 17:14 -0400)
committerHanna Reitz <hreitz@redhat.com>
Mon, 25 Apr 2022 12:30:02 +0000 (25 14:30 +0200)
tree4afe5d96afac29bcfbe3fae34250f9e0cbe1e09d
parent80dd5aff1b3273e0ee5bec379df62647c0b39c1c
iotests: replace calls to log(qemu_io(...)) with qemu_io_log()

This makes these callsites a little simpler, but the real motivation is
a forthcoming commit will change the return type of qemu_io(), so removing
users of the return value now is helpful.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Hanna Reitz <hreitz@redhat.com>
Message-Id: <20220418211504.943969-2-jsnow@redhat.com>
Signed-off-by: Hanna Reitz <hreitz@redhat.com>
tests/qemu-iotests/242
tests/qemu-iotests/255
tests/qemu-iotests/303