Re: [PATCH v9 0/4] Add zone append write for zoned device

2023-04-10 Thread Stefan Hajnoczi
On Fri, Apr 07, 2023 at 04:16:53PM +0800, Sam Li wrote: > This patch series add zone append operation based on the previous > zoned device support part. The file-posix driver is modified to > add zone append emulation using regular writes. > > v9: > - address review comments [Stefan] > * fix get

[PATCH v9 0/4] Add zone append write for zoned device

2023-04-07 Thread Sam Li
This patch series add zone append operation based on the previous zoned device support part. The file-posix driver is modified to add zone append emulation using regular writes. v9: - address review comments [Stefan] * fix get_zones_wp() for wrong offset index * fix misuses of QEMU_LOCK_GUARD(