Re: [PATCH v6 3/4] qemu-iotests: test zone append operation

2023-03-16 Thread Stefan Hajnoczi
On Fri, Mar 10, 2023 at 06:31:05PM +0800, Sam Li wrote: > This tests is mainly a helper to indicate append writes in block layer > behaves as expected. > > Signed-off-by: Sam Li > --- > qemu-io-cmds.c | 65 ++ > tests/qemu-iotests/tests/zoned.out |

[PATCH v6 3/4] qemu-iotests: test zone append operation

2023-03-10 Thread Sam Li
This tests is mainly a helper to indicate append writes in block layer behaves as expected. Signed-off-by: Sam Li --- qemu-io-cmds.c | 65 ++ tests/qemu-iotests/tests/zoned.out | 7 tests/qemu-iotests/tests/zoned.sh | 9 + 3 files chang