qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/6] hw/nvme updates
@ 2022-03-04  6:24 Klaus Jensen
  2022-03-04  6:24 ` [PULL 1/6] hw/nvme: move dif/pi prototypes into dif.h Klaus Jensen
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Klaus Jensen @ 2022-03-04  6:24 UTC (permalink / raw)
  To: qemu-devel, Peter Maydell
  Cc: Kevin Wolf, Fam Zheng, qemu-block, Klaus Jensen,
	Philippe Mathieu-Daudé, Klaus Jensen, Hanna Reitz,
	Stefan Hajnoczi, Keith Busch

From: Klaus Jensen <k.jensen@samsung.com>

Hi Peter,

Last round of hw/nvme updates for v7.0.

The following changes since commit 64ada298b98a51eb2512607f6e6180cb330c47b1:

  Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220302' into staging (2022-03-02 12:38:46 +0000)

are available in the Git repository at:

  git://git.infradead.org/qemu-nvme.git tags/nvme-next-pull-request

for you to fetch changes up to 44219b6029fc52d5e967a963be91a9cf33f9f185:

  hw/nvme: 64-bit pi support (2022-03-03 09:30:21 +0100)

----------------------------------------------------------------
hw/nvme updates

- add enhanced protection information (64-bit guard)

----------------------------------------------------------------

Klaus Jensen (3):
  hw/nvme: move dif/pi prototypes into dif.h
  hw/nvme: move format parameter parsing
  hw/nvme: add pi tuple size helper

Naveen Nagar (3):
  hw/nvme: add host behavior support feature
  hw/nvme: add support for the lbafee hbs feature
  hw/nvme: 64-bit pi support

 hw/nvme/ctrl.c       | 235 +++++++++++++++++++++------
 hw/nvme/dif.c        | 378 +++++++++++++++++++++++++++++++++----------
 hw/nvme/dif.h        | 191 ++++++++++++++++++++++
 hw/nvme/ns.c         |  50 ++++--
 hw/nvme/nvme.h       |  58 +------
 hw/nvme/trace-events |  12 +-
 include/block/nvme.h |  81 ++++++++--
 7 files changed, 793 insertions(+), 212 deletions(-)
 create mode 100644 hw/nvme/dif.h

-- 
2.35.1



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

end of thread, other threads:[~2022-03-04 17:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-04  6:24 [PULL 0/6] hw/nvme updates Klaus Jensen
2022-03-04  6:24 ` [PULL 1/6] hw/nvme: move dif/pi prototypes into dif.h Klaus Jensen
2022-03-04  6:24 ` [PULL 2/6] hw/nvme: add host behavior support feature Klaus Jensen
2022-03-04  6:24 ` [PULL 3/6] hw/nvme: move format parameter parsing Klaus Jensen
2022-03-04  6:24 ` [PULL 4/6] hw/nvme: add support for the lbafee hbs feature Klaus Jensen
2022-03-04  6:24 ` [PULL 5/6] hw/nvme: add pi tuple size helper Klaus Jensen
2022-03-04  6:24 ` [PULL 6/6] hw/nvme: 64-bit pi support Klaus Jensen
2022-03-04 16:47 ` [PULL 0/6] hw/nvme updates Peter Maydell

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