mbox

[PULL,for-6.0,0/7] emulated nvme fixes for -rc3

Message ID 20210406204627.140812-1-its@irrelevant.dk
State New
Headers show

Pull-request

git://git.infradead.org/qemu-nvme.git tags/nvme-fixes-2021-04-06-pull-request

Message

Klaus Jensen April 6, 2021, 8:46 p.m. UTC
From: Klaus Jensen <k.jensen@samsung.com>

Hi Peter,

My apologies that these didn't make it for -rc2!


The following changes since commit d0d3dd401b70168a353450e031727affee828527:

  Update version for v6.0.0-rc2 release (2021-04-06 18:34:34 +0100)

are available in the Git repository at:

  git://git.infradead.org/qemu-nvme.git tags/nvme-fixes-2021-04-06-pull-request

for you to fetch changes up to 9553f8deebe0e443a0b006aa9d881269fd251a2c:

  hw/block/nvme: add missing copyright headers (2021-04-06 21:14:25 +0200)

----------------------------------------------------------------
emulated nvme fixes for -rc3

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

Klaus Jensen (7):
  hw/block/nvme: fix pi constraint check
  hw/block/nvme: fix missing string representation for ns attachment
  hw/block/nvme: fix the nsid 'invalid' value
  hw/block/nvme: fix warning about legacy namespace configuration
  hw/block/nvme: update dmsrl limit on namespace detachment
  hw/block/nvme: fix handling of private namespaces
  hw/block/nvme: add missing copyright headers

 hw/block/nvme-dif.h    |  10 +++
 hw/block/nvme-ns.h     |  12 ++--
 hw/block/nvme-subsys.h |   7 +-
 hw/block/nvme.h        |  41 +-----------
 include/block/nvme.h   |   1 +
 hw/block/nvme-dif.c    |  10 +++
 hw/block/nvme-ns.c     |  78 ++++++++++++++++++----
 hw/block/nvme-subsys.c |  28 --------
 hw/block/nvme.c        | 142 +++++++++++++++++------------------------
 hw/block/trace-events  |   1 -
 10 files changed, 156 insertions(+), 174 deletions(-)