Re: [PATCH v7 2/4] virtio-blk: add zoned storage emulation for zoned devices

2023-03-16 Thread Stefan Hajnoczi
On Fri, Mar 10, 2023 at 06:54:29PM +0800, Sam Li wrote: > This patch extends virtio-blk emulation to handle zoned device commands > by calling the new block layer APIs to perform zoned device I/O on > behalf of the guest. It supports Report Zone, four zone oparations (open, > close, finish, reset),

[PATCH v7 2/4] virtio-blk: add zoned storage emulation for zoned devices

2023-03-10 Thread Sam Li
This patch extends virtio-blk emulation to handle zoned device commands by calling the new block layer APIs to perform zoned device I/O on behalf of the guest. It supports Report Zone, four zone oparations (open, close, finish, reset), and Append Zone. The VIRTIO_BLK_F_ZONED feature bit will only