[PATCH 00/17] hw/block/nvme: bump to v1.3

Klaus Jensen posted 17 patches 3 years, 9 months ago
Test FreeBSD passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200629182642.1170387-1-its@irrelevant.dk
Maintainers: Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Fam Zheng <fam@euphon.net>, Keith Busch <kbusch@kernel.org>
There is a newer version of this series
block/nvme.c          |  18 +-
hw/block/nvme.c       | 608 ++++++++++++++++++++++++++++++++++++++++--
hw/block/nvme.h       |  65 ++++-
hw/block/trace-events |  27 +-
include/block/nvme.h  | 216 ++++++++++++---
5 files changed, 870 insertions(+), 64 deletions(-)
[PATCH 00/17] hw/block/nvme: bump to v1.3
Posted by Klaus Jensen 3 years, 9 months ago
From: Klaus Jensen <k.jensen@samsung.com>

This adds mandatory features of NVM Express v1.3 to the emulated NVMe
device.

Klaus Jensen (17):
  hw/block/nvme: bump spec data structures to v1.3
  hw/block/nvme: additional tracing
  hw/block/nvme: add support for the abort command
  hw/block/nvme: add temperature threshold feature
  hw/block/nvme: mark fw slot 1 as read-only
  hw/block/nvme: add support for the get log page command
  hw/block/nvme: add support for the asynchronous event request command
  hw/block/nvme: move NvmeFeatureVal into hw/block/nvme.h
  hw/block/nvme: flush write cache when disabled
  hw/block/nvme: fix missing endian conversion
  hw/block/nvme: add remaining mandatory controller parameters
  hw/block/nvme: support the get/set features select and save fields
  hw/block/nvme: make sure ncqr and nsqr is valid
  hw/block/nvme: support identify namespace descriptor list
  hw/block/nvme: enforce valid queue creation sequence
  hw/block/nvme: provide the mandatory subnqn field
  hw/block/nvme: bump supported version to v1.3

 block/nvme.c          |  18 +-
 hw/block/nvme.c       | 608 ++++++++++++++++++++++++++++++++++++++++--
 hw/block/nvme.h       |  65 ++++-
 hw/block/trace-events |  27 +-
 include/block/nvme.h  | 216 ++++++++++++---
 5 files changed, 870 insertions(+), 64 deletions(-)

-- 
2.27.0