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

2023-04-04 Thread Stefan Hajnoczi
On Tue, Apr 04, 2023 at 11:46:13PM +0800, Sam Li wrote: > Stefan Hajnoczi 于2023年4月3日周一 20:18写道: > > > > On Wed, 29 Mar 2023 at 01:01, Michael S. Tsirkin wrote: > > > > > > On Mon, Mar 27, 2023 at 10:45:48PM +0800, Sam Li wrote: > > > > > > virtio bits look ok. > > > > > > Reviewed-by: Michael S.

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

2023-04-04 Thread Sam Li
Stefan Hajnoczi 于2023年4月3日周一 20:18写道: > > On Wed, 29 Mar 2023 at 01:01, Michael S. Tsirkin wrote: > > > > On Mon, Mar 27, 2023 at 10:45:48PM +0800, Sam Li wrote: > > > > virtio bits look ok. > > > > Reviewed-by: Michael S. Tsirkin > > > > merge through block layer tree I'm guessing? > > Sounds g

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

2023-04-03 Thread Stefan Hajnoczi
On Wed, 29 Mar 2023 at 01:01, Michael S. Tsirkin wrote: > > On Mon, Mar 27, 2023 at 10:45:48PM +0800, Sam Li wrote: > > This patch adds zoned storage emulation to the virtio-blk driver. It > > implements the virtio-blk ZBD support standardization that is > > recently accepted by virtio-spec. The l

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

2023-03-28 Thread Michael S. Tsirkin
On Mon, Mar 27, 2023 at 10:45:48PM +0800, Sam Li wrote: > This patch adds zoned storage emulation to the virtio-blk driver. It > 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/virti

[PATCH v9 0/5] Add zoned storage emulation to virtio-blk driver

2023-03-27 Thread Sam Li
This patch adds zoned storage emulation to the virtio-blk driver. It 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 The Linux

[PATCH v9 0/5] Add zoned storage emulation to virtio-blk driver

2023-03-24 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