qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Sam Li <faithilikerun@gmail.com>
To: qemu-devel@nongnu.org
Cc: dmitry.fomichev@wdc.com, damien.lemoal@opensource.wdc.com,
	qemu-block@nongnu.org, stefanha@redhat.com,
	Hanna Reitz <hreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	hare@suse.de, Sam Li <faithilikerun@gmail.com>
Subject: [PATCH v2 0/2] Add zoned storage emulation to virtio-blk driver
Date: Thu, 29 Sep 2022 17:48:19 +0800	[thread overview]
Message-ID: <20220929094821.78596-1-faithilikerun@gmail.com> (raw)

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



             reply	other threads:[~2022-09-29 10:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-29  9:48 Sam Li [this message]
2022-09-29  9:48 ` [PATCH v2 1/2] include: update virtio_blk headers from Linux 5.19-rc2+ Sam Li
2022-10-06 12:54   ` Stefan Hajnoczi
2022-10-06 13:24   ` Peter Maydell
2022-09-29  9:48 ` [PATCH v2 2/2] virtio-blk: add zoned storage emulation for zoned devices Sam Li
2022-10-06 15:04   ` Stefan Hajnoczi
2022-10-09  1:54     ` Sam Li
2022-10-09  2:38       ` Sam Li

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220929094821.78596-1-faithilikerun@gmail.com \
    --to=faithilikerun@gmail.com \
    --cc=damien.lemoal@opensource.wdc.com \
    --cc=dmitry.fomichev@wdc.com \
    --cc=hare@suse.de \
    --cc=hreitz@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=mst@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).