Re: [PATCH 01/15] iotests: replace calls to log(qemu_io(...)) with qemu_io_log()

2022-03-22 Thread Hanna Reitz
On 18.03.22 21:36, John Snow wrote: 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 --- tests/qemu-iotests/242 | 2 +-

Re: [PATCH 01/15] iotests: replace calls to log(qemu_io(...)) with qemu_io_log()

2022-03-21 Thread Eric Blake
On Fri, Mar 18, 2022 at 04:36:41PM -0400, John Snow wrote: > 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 > ---

[PATCH 01/15] iotests: replace calls to log(qemu_io(...)) with qemu_io_log()

2022-03-18 Thread John Snow
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 --- tests/qemu-iotests/242 | 2 +- tests/qemu-iotests/255 | 4 +---