mbox series

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

Message ID 20200629182642.1170387-1-its@irrelevant.dk (mailing list archive)
Headers show
Series hw/block/nvme: bump to v1.3 | expand

Message

Klaus Jensen June 29, 2020, 6:26 p.m. UTC
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(-)