Re: [Qemu-devel] [PULL 64/69] qemu-io: Add 'write -f' to test FUA flag

2016-05-12 Thread Eric Blake
On 05/12/2016 08:35 AM, Kevin Wolf wrote: > From: Eric Blake > > Make it easier to test block drivers with BDRV_REQ_FUA in > .supported_write_flags, by adding the '-f' flag to qemu-io to > conditionally pass the flag through to specific writes ('write', > 'write -z', 'writev', 'aio_write', 'aio_w

[Qemu-devel] [PULL 64/69] qemu-io: Add 'write -f' to test FUA flag

2016-05-12 Thread Kevin Wolf
From: Eric Blake Make it easier to test block drivers with BDRV_REQ_FUA in .supported_write_flags, by adding the '-f' flag to qemu-io to conditionally pass the flag through to specific writes ('write', 'write -z', 'writev', 'aio_write', 'aio_write -z'). You'll want to use 'qemu-io -t none' to act