mbox series

[for-6.0,0/7] hw/block/nvme: misc fixes

Message ID 20210324200907.408996-1-its@irrelevant.dk (mailing list archive)
Headers show
Series hw/block/nvme: misc fixes | expand

Message

Klaus Jensen March 24, 2021, 8:09 p.m. UTC
From: Klaus Jensen <k.jensen@samsung.com>

Various fixes for 6.0.

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 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-ns.h     |  12 ++--
 hw/block/nvme-subsys.h |   7 +--
 hw/block/nvme.h        |  45 ++------------
 include/block/nvme.h   |   1 +
 hw/block/nvme-ns.c     |  76 ++++++++++++++++++++----
 hw/block/nvme-subsys.c |  28 ---------
 hw/block/nvme.c        | 131 ++++++++++++++++-------------------------
 hw/block/trace-events  |   1 -
 8 files changed, 129 insertions(+), 172 deletions(-)

Comments

Klaus Jensen April 5, 2021, 11:41 a.m. UTC | #1
On Mar 24 21:09, Klaus Jensen wrote:
> From: Klaus Jensen <k.jensen@samsung.com>
> 
> Various fixes for 6.0.
> 
> 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 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-ns.h     |  12 ++--
>  hw/block/nvme-subsys.h |   7 +--
>  hw/block/nvme.h        |  45 ++------------
>  include/block/nvme.h   |   1 +
>  hw/block/nvme-ns.c     |  76 ++++++++++++++++++++----
>  hw/block/nvme-subsys.c |  28 ---------
>  hw/block/nvme.c        | 131 ++++++++++++++++-------------------------
>  hw/block/trace-events  |   1 -
>  8 files changed, 129 insertions(+), 172 deletions(-)
> 

Ping on patches [3,4,7/7] :)
Gollu Appalanaidu April 5, 2021, 12:33 p.m. UTC | #2
On Wed, Mar 24, 2021 at 09:09:00PM +0100, Klaus Jensen wrote:
>From: Klaus Jensen <k.jensen@samsung.com>
>
>Various fixes for 6.0.
>
>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 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-ns.h     |  12 ++--
> hw/block/nvme-subsys.h |   7 +--
> hw/block/nvme.h        |  45 ++------------
> include/block/nvme.h   |   1 +
> hw/block/nvme-ns.c     |  76 ++++++++++++++++++++----
> hw/block/nvme-subsys.c |  28 ---------
> hw/block/nvme.c        | 131 ++++++++++++++++-------------------------
> hw/block/trace-events  |   1 -
> 8 files changed, 129 insertions(+), 172 deletions(-)
>
>--

Reviewed-by: Gollu Appalanaidu <anaidu.gollu@samsung.com>

>2.31.0
>
>