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

2023-04-03 Thread Stefan Hajnoczi
On Thu, Mar 23, 2023 at 01:19:06PM +0800, Sam Li wrote: > The patch tests zone append writes by reporting the zone wp after > the completion of the call. "zap -p" option can print the sector > offset value after completion, which should be the start sector > where the append write begins. > > Sign

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

2023-03-22 Thread Sam Li
The patch tests zone append writes by reporting the zone wp after the completion of the call. "zap -p" option can print the sector offset value after completion, which should be the start sector where the append write begins. Signed-off-by: Sam Li --- qemu-io-cmds.c | 75