From: Klaus Jensen <[email protected]>
Hi Peter,
The following changes since commit 9e654e10197f5a014eccd71de5ea633c1b0f4303:
Merge remote-tracking branch 'remotes/vsementsov/tags/pull-jobs-2021-06-25'
into staging (2021-06-28 18:58:19 +0100)
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 176c0a4973d3ca5d46b05d0edb439b154363d29f:
hw/nvme: add 'zoned.zasl' to documentation (2021-06-29 20:31:27 +0200)
----------------------------------------------------------------
hw/nvme patches
* namespace eui64 support (Heinrich)
* aiocb refactoring (Klaus)
* controller parameter for auto zone transitioning (Niklas)
* misc fixes and additions (Gollu, Klaus, Keith)
----------------------------------------------------------------
Gollu Appalanaidu (6):
hw/nvme: fix style
hw/nvme: add identify namespace flbas/mc enums
hw/nvme: fix lbaf formats initialization
hw/nvme: fix csi field for cns 0x00 and 0x11
hw/nvme: fix endianess conversion and add controller list
hw/nvme: documentation fix
Heinrich Schuchardt (2):
hw/nvme: namespace parameter for EUI-64
hw/nvme: default for namespace EUI-64
Keith Busch (1):
hw/nvme: add 'zoned.zasl' to documentation
Klaus Jensen (13):
hw/nvme: reimplement flush to allow cancellation
hw/nvme: add nvme_block_status_all helper
hw/nvme: reimplement dsm to allow cancellation
hw/nvme: save reftag when generating pi
hw/nvme: remove assert from nvme_get_zone_by_slba
hw/nvme: use prinfo directly in nvme_check_prinfo and nvme_dif_check
hw/nvme: add dw0/1 to the req completion trace event
hw/nvme: reimplement the copy command to allow aio cancellation
hw/nvme: reimplement zone reset to allow cancellation
hw/nvme: reimplement format nvm to allow cancellation
Partially revert "hw/block/nvme: drain namespaces on sq deletion"
hw/nvme: fix missing check for PMR capability
hw/nvme: fix pin-based interrupt behavior (again)
Niklas Cassel (1):
hw/nvme: add param to control auto zone transitioning to zone state
closed
docs/system/nvme.rst | 12 +
hw/nvme/nvme.h | 15 +-
include/block/nvme.h | 18 +
hw/core/machine.c | 1 +
hw/nvme/ctrl.c | 2039 ++++++++++++++++++++++++------------------
hw/nvme/dif.c | 64 +-
hw/nvme/ns.c | 64 +-
hw/nvme/trace-events | 23 +-
8 files changed, 1287 insertions(+), 949 deletions(-)
--
2.32.0