Re: [PATCH v7 0/4] Add zoned storage emulation to virtio-blk driver

2023-03-16 Thread Sam Li
Stefan Hajnoczi 于2023年3月17日周五 03:46写道: > > On Fri, Mar 10, 2023 at 06:54:27PM +0800, Sam Li wrote: > > This patch adds zoned storage emulation to the virtio-blk driver. > > > > The patch implements the virtio-blk ZBD support standardization that is > > recently accepted by virtio-spec. The link to

Re: [PATCH v7 0/4] Add zoned storage emulation to virtio-blk driver

2023-03-16 Thread Stefan Hajnoczi
On Fri, Mar 10, 2023 at 06:54:27PM +0800, Sam Li wrote: > This patch adds zoned storage emulation to the virtio-blk driver. > > The patch implements the virtio-blk ZBD support standardization that is > recently accepted by virtio-spec. The link to related commit is at > > https://github.com/oasis

[PATCH v7 0/4] Add zoned storage emulation to virtio-blk driver

2023-03-10 Thread Sam Li
This patch adds zoned storage emulation to the virtio-blk driver. The patch implements the virtio-blk ZBD support standardization that is recently accepted by virtio-spec. The link to related commit is at https://github.com/oasis-tcs/virtio-spec/commit/b4e8efa0fa6c8d844328090ad15db65af8d7d981 Th