All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sam Li <faithilikerun@gmail.com>
To: Stefan Hajnoczi <stefanha@redhat.com>
Cc: qemu-devel@nongnu.org, damien.lemoal@opensource.wdc.com,
	Hanna Reitz <hreitz@redhat.com>,
	hare@suse.de, qemu-block@nongnu.org,
	Eric Blake <eblake@redhat.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	dmitry.fomichev@wdc.com, Cornelia Huck <cohuck@redhat.com>,
	Markus Armbruster <armbru@redhat.com>,
	kvm@vger.kernel.org, "Michael S. Tsirkin" <mst@redhat.com>,
	Kevin Wolf <kwolf@redhat.com>,
	Raphael Norwitz <raphael.norwitz@nutanix.com>
Subject: Re: [PATCH v7 0/4] Add zoned storage emulation to virtio-blk driver
Date: Fri, 17 Mar 2023 11:44:35 +0800	[thread overview]
Message-ID: <CAAAx-8JXJSdBYawBw+rXsrZxmBZHc0giaU3JSyNuafn+OToUDw@mail.gmail.com> (raw)
In-Reply-To: <20230316192423.GG63600@fedora>

Stefan Hajnoczi <stefanha@redhat.com> 于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 related commit is at
> >
> > https://github.com/oasis-tcs/virtio-spec/commit/b4e8efa0fa6c8d844328090ad15db65af8d7d981
> >
> > The Linux zoned device code that implemented by Dmitry Fomichev has been
> > released at the latest Linux version v6.3-rc1.
> >
> > Aside: adding zoned=on alike options to virtio-blk device will be
> > considered as following-ups in future.
> >
> > v6:
> > - update headers to v6.3-rc1
>
> Hi Sam,
> I had some minor comments but overall this looks good. Looking forward
> to merging it soon!

That's great to hear. I'll address them in the next revision. Please
let me know if any further issues arise.

Thanks,
Sam

      reply	other threads:[~2023-03-17  3:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-10 10:54 [PATCH v7 0/4] Add zoned storage emulation to virtio-blk driver Sam Li
2023-03-10 10:54 ` [PATCH v7 1/4] include: update virtio_blk headers to v6.3-rc1 Sam Li
2023-03-10 10:54 ` [PATCH v7 2/4] virtio-blk: add zoned storage emulation for zoned devices Sam Li
2023-03-16 19:19   ` Stefan Hajnoczi
2023-03-10 10:54 ` [PATCH v7 3/4] block: add accounting for zone append operation Sam Li
2023-03-16 19:23   ` Stefan Hajnoczi
2023-03-10 10:54 ` [PATCH v7 4/4] virtio-blk: add some trace events for zoned emulation Sam Li
2023-03-16 19:24 ` [PATCH v7 0/4] Add zoned storage emulation to virtio-blk driver Stefan Hajnoczi
2023-03-17  3:44   ` Sam Li [this message]

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=CAAAx-8JXJSdBYawBw+rXsrZxmBZHc0giaU3JSyNuafn+OToUDw@mail.gmail.com \
    --to=faithilikerun@gmail.com \
    --cc=armbru@redhat.com \
    --cc=cohuck@redhat.com \
    --cc=damien.lemoal@opensource.wdc.com \
    --cc=dmitry.fomichev@wdc.com \
    --cc=eblake@redhat.com \
    --cc=hare@suse.de \
    --cc=hreitz@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=kwolf@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=raphael.norwitz@nutanix.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.