[PATCH v2 0/2] Add zoned storage emulation to virtio-blk driver

Sam Li posted 2 patches 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220929094821.78596-1-faithilikerun@gmail.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
There is a newer version of this series
hw/block/virtio-blk.c                       | 393 ++++++++++++++++++++
include/standard-headers/linux/virtio_blk.h | 109 ++++++
2 files changed, 502 insertions(+)
[PATCH v2 0/2] Add zoned storage emulation to virtio-blk driver
Posted by Sam Li 1 year, 6 months ago
v2:
- change units of emulated zone op coresponding to block layer APIs
- modify error checking cases [Stefan, Damien]

v1:
- add zoned storage emulation

Sam Li (2):
  include: update virtio_blk headers from Linux 5.19-rc2+
  virtio-blk: add zoned storage emulation for zoned devices

 hw/block/virtio-blk.c                       | 393 ++++++++++++++++++++
 include/standard-headers/linux/virtio_blk.h | 109 ++++++
 2 files changed, 502 insertions(+)

-- 
2.37.3