[PATCH for-7.0 0/4] hw/nvme: zoned random write area

Klaus Jensen posted 4 patches 2 years, 4 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211125073735.248403-1-its@irrelevant.dk
Maintainers: Stefan Hajnoczi <stefanha@redhat.com>, Fam Zheng <fam@euphon.net>, Keith Busch <kbusch@kernel.org>, Hanna Reitz <hreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Klaus Jensen <its@irrelevant.dk>
There is a newer version of this series
hw/nvme/ctrl.c       | 185 ++++++++++++++++++++++++++++++++++++-------
hw/nvme/ns.c         |  61 +++++++++++++-
hw/nvme/nvme.h       |  10 +++
hw/nvme/trace-events |   1 +
include/block/nvme.h |  43 +++++++++-
5 files changed, 271 insertions(+), 29 deletions(-)
[PATCH for-7.0 0/4] hw/nvme: zoned random write area
Posted by Klaus Jensen 2 years, 4 months ago
From: Klaus Jensen <k.jensen@samsung.com>

This series adds support for a zoned random write area as standardized
in TP 4076 ("Zoned Random Write Area").

Klaus Jensen (4):
  hw/nvme: add struct for zone management send
  hw/nvme: add zone attribute get/set helpers
  hw/nvme: add ozcs enum
  hw/nvme: add support for zoned random write area

 hw/nvme/ctrl.c       | 185 ++++++++++++++++++++++++++++++++++++-------
 hw/nvme/ns.c         |  61 +++++++++++++-
 hw/nvme/nvme.h       |  10 +++
 hw/nvme/trace-events |   1 +
 include/block/nvme.h |  43 +++++++++-
 5 files changed, 271 insertions(+), 29 deletions(-)

-- 
2.34.0


Re: [PATCH for-7.0 0/4] hw/nvme: zoned random write area
Posted by Klaus Jensen 2 years, 2 months ago
On Nov 25 08:37, Klaus Jensen wrote:
> From: Klaus Jensen <k.jensen@samsung.com>
> 
> This series adds support for a zoned random write area as standardized
> in TP 4076 ("Zoned Random Write Area").
> 
> Klaus Jensen (4):
>   hw/nvme: add struct for zone management send
>   hw/nvme: add zone attribute get/set helpers
>   hw/nvme: add ozcs enum
>   hw/nvme: add support for zoned random write area
> 
>  hw/nvme/ctrl.c       | 185 ++++++++++++++++++++++++++++++++++++-------
>  hw/nvme/ns.c         |  61 +++++++++++++-
>  hw/nvme/nvme.h       |  10 +++
>  hw/nvme/trace-events |   1 +
>  include/block/nvme.h |  43 +++++++++-
>  5 files changed, 271 insertions(+), 29 deletions(-)
> 
> -- 
> 2.34.0
> 

Bzzzzz ping :)
Re: [PATCH for-7.0 0/4] hw/nvme: zoned random write area
Posted by Stefan Hajnoczi 2 years, 2 months ago
On Wed, Jan 26, 2022 at 09:58:59AM +0100, Klaus Jensen wrote:
> On Nov 25 08:37, Klaus Jensen wrote:
> > From: Klaus Jensen <k.jensen@samsung.com>
> > 
> > This series adds support for a zoned random write area as standardized
> > in TP 4076 ("Zoned Random Write Area").
> > 
> > Klaus Jensen (4):
> >   hw/nvme: add struct for zone management send
> >   hw/nvme: add zone attribute get/set helpers
> >   hw/nvme: add ozcs enum
> >   hw/nvme: add support for zoned random write area
> > 
> >  hw/nvme/ctrl.c       | 185 ++++++++++++++++++++++++++++++++++++-------
> >  hw/nvme/ns.c         |  61 +++++++++++++-
> >  hw/nvme/nvme.h       |  10 +++
> >  hw/nvme/trace-events |   1 +
> >  include/block/nvme.h |  43 +++++++++-
> >  5 files changed, 271 insertions(+), 29 deletions(-)
> > 
> > -- 
> > 2.34.0
> > 
> 
> Bzzzzz ping :)

Hi Klaus,
Are you pinging Keith? It's not clear from the "To:" header and I want
to check that I'm not holding up your patches.

Thanks,
Stefan
Re: [PATCH for-7.0 0/4] hw/nvme: zoned random write area
Posted by Klaus Jensen 2 years, 2 months ago
+CC Dmitry

On Jan 26 13:15, Stefan Hajnoczi wrote:
> On Wed, Jan 26, 2022 at 09:58:59AM +0100, Klaus Jensen wrote:
> > On Nov 25 08:37, Klaus Jensen wrote:
> > > From: Klaus Jensen <k.jensen@samsung.com>
> > > 
> > > This series adds support for a zoned random write area as standardized
> > > in TP 4076 ("Zoned Random Write Area").
> > > 
> > > Klaus Jensen (4):
> > >   hw/nvme: add struct for zone management send
> > >   hw/nvme: add zone attribute get/set helpers
> > >   hw/nvme: add ozcs enum
> > >   hw/nvme: add support for zoned random write area
> > > 
> > >  hw/nvme/ctrl.c       | 185 ++++++++++++++++++++++++++++++++++++-------
> > >  hw/nvme/ns.c         |  61 +++++++++++++-
> > >  hw/nvme/nvme.h       |  10 +++
> > >  hw/nvme/trace-events |   1 +
> > >  include/block/nvme.h |  43 +++++++++-
> > >  5 files changed, 271 insertions(+), 29 deletions(-)
> > > 
> > > -- 
> > > 2.34.0
> > > 
> > 
> > Bzzzzz ping :)
> 
> Hi Klaus,
> Are you pinging Keith? It's not clear from the "To:" header and I want
> to check that I'm not holding up your patches.
> 

Oh, I've never actually considered moving those that I ping to "To:",
makes sense!

And no - you are not holding up anything. I'm just pinging anyone
interested in hw/nvme (and zns).