[PATCH for-6.0 v2 0/8] hw/block/nvme: misc fixes

Klaus Jensen posted 8 patches 3 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210405175452.37578-1-its@irrelevant.dk
Maintainers: Kevin Wolf <kwolf@redhat.com>, Fam Zheng <fam@euphon.net>, Keith Busch <kbusch@kernel.org>, Stefan Hajnoczi <stefanha@redhat.com>, Max Reitz <mreitz@redhat.com>, Klaus Jensen <its@irrelevant.dk>
hw/block/nvme-dif.h    |  10 +++
hw/block/nvme-ns.h     |  12 ++--
hw/block/nvme-subsys.h |   7 +-
hw/block/nvme.h        |  45 ++-----------
include/block/nvme.h   |   1 +
hw/block/nvme-dif.c    |  10 +++
hw/block/nvme-ns.c     |  76 ++++++++++++++++++----
hw/block/nvme-subsys.c |  28 --------
hw/block/nvme.c        | 142 +++++++++++++++++------------------------
hw/block/trace-events  |   1 -
10 files changed, 156 insertions(+), 176 deletions(-)
[PATCH for-6.0 v2 0/8] hw/block/nvme: misc fixes
Posted by Klaus Jensen 3 years ago
From: Klaus Jensen <k.jensen@samsung.com>

Various fixes for 6.0.

v2:
  - "hw/block/nvme: fix handling of private namespaces"
    update documentation (Gollu)
  - add a patch for missing copyright headers

Klaus Jensen (8):
  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 controller namespaces array indexing
  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        |  45 ++-----------
 include/block/nvme.h   |   1 +
 hw/block/nvme-dif.c    |  10 +++
 hw/block/nvme-ns.c     |  76 ++++++++++++++++++----
 hw/block/nvme-subsys.c |  28 --------
 hw/block/nvme.c        | 142 +++++++++++++++++------------------------
 hw/block/trace-events  |   1 -
 10 files changed, 156 insertions(+), 176 deletions(-)

-- 
2.31.1


Re: [PATCH for-6.0 v2 0/8] hw/block/nvme: misc fixes
Posted by Keith Busch 3 years ago
On Mon, Apr 05, 2021 at 07:54:44PM +0200, Klaus Jensen wrote:
> From: Klaus Jensen <k.jensen@samsung.com>
> 
> Various fixes for 6.0.
> 
> v2:
>   - "hw/block/nvme: fix handling of private namespaces"
>     update documentation (Gollu)
>   - add a patch for missing copyright headers

Series looks fine.

Reviewed-by: Keith Busch <kbusch@kernel.org>