Re: [PATCH v17 6/8] qemu-iotests: test new zone operations

2023-03-24 Thread Sam Li
Stefan Hajnoczi 于2023年3月24日周五 03:31写道: > > On Thu, Mar 23, 2023 at 01:08:32PM +0800, Sam Li wrote: > > The new block layer APIs of zoned block devices can be tested by: > > $ tests/qemu-iotests/check zoned > > Run each zone operation on a newly created null_blk device > > and see whether it

Re: [PATCH v17 6/8] qemu-iotests: test new zone operations

2023-03-23 Thread Stefan Hajnoczi
On Thu, Mar 23, 2023 at 01:08:32PM +0800, Sam Li wrote: > The new block layer APIs of zoned block devices can be tested by: > $ tests/qemu-iotests/check zoned > Run each zone operation on a newly created null_blk device > and see whether it outputs the same zone information. > > Signed-off-by:

[PATCH v17 6/8] qemu-iotests: test new zone operations

2023-03-22 Thread Sam Li
The new block layer APIs of zoned block devices can be tested by: $ tests/qemu-iotests/check zoned Run each zone operation on a newly created null_blk device and see whether it outputs the same zone information. Signed-off-by: Sam Li Reviewed-by: Stefan Hajnoczi ---