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

2022-10-08 Thread Sam Li
Sam Li 于2022年10月9日周日 09:54写道: > > Stefan Hajnoczi 于2022年10月6日周四 23:04写道: > > > > On Thu, Sep 29, 2022 at 05:48:21PM +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 > > > beh

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

2022-10-08 Thread Sam Li
Stefan Hajnoczi 于2022年10月6日周四 23:04写道: > > On Thu, Sep 29, 2022 at 05:48:21PM +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, fo

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

2022-10-06 Thread Stefan Hajnoczi
On Thu, Sep 29, 2022 at 05:48:21PM +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 v2 2/2] virtio-blk: add zoned storage emulation for zoned devices

2022-09-29 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