qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] hw/nvme: zoned random write area
@ 2022-01-27  8:19 Klaus Jensen
  2022-01-27  8:19 ` [PATCH v2 1/3] hw/nvme: add struct for zone management send Klaus Jensen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Klaus Jensen @ 2022-01-27  8:19 UTC (permalink / raw)
  To: qemu-devel, qemu-block
  Cc: Fam Zheng, Kevin Wolf, Klaus Jensen, Philippe Mathieu-Daudé,
	Klaus Jensen, Hanna Reitz, Stefan Hajnoczi, Keith Busch,
	Philippe Mathieu-Daudé

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").

v2:
  * fixed rsvd member in NvmeZoneSendCmd (Keith)
  * dropped patch 2 ("hw/nvme: add zone attribute get/set helpers")
  * amended patch 4 to open code the helpers removed from patch 2

Klaus Jensen (3):
  hw/nvme: add struct for zone management send
  hw/nvme: add ozcs enum
  hw/nvme: add support for zoned random write area

 hw/nvme/ctrl.c       | 181 +++++++++++++++++++++++++++++++++++++------
 hw/nvme/ns.c         |  61 ++++++++++++++-
 hw/nvme/nvme.h       |  10 +++
 hw/nvme/trace-events |   1 +
 include/block/nvme.h |  40 +++++++++-
 5 files changed, 266 insertions(+), 27 deletions(-)

-- 
2.35.0



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-02-03 21:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-27  8:19 [PATCH v2 0/3] hw/nvme: zoned random write area Klaus Jensen
2022-01-27  8:19 ` [PATCH v2 1/3] hw/nvme: add struct for zone management send Klaus Jensen
2022-01-27  8:19 ` [PATCH v2 2/3] hw/nvme: add ozcs enum Klaus Jensen
2022-01-27  8:19 ` [PATCH v2 3/3] hw/nvme: add support for zoned random write area Klaus Jensen
2022-02-03 20:49 ` [PATCH v2 0/3] hw/nvme: " Klaus Jensen

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).