mbox series

[v2,0/5] hw/block/nvme: misc fixes

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

Message

Klaus Jensen Feb. 22, 2021, 6:47 p.m. UTC
From: Klaus Jensen <k.jensen@samsung.com>

Small set of misc fixes from Gollu.

v2 changes

  * Split off the trace event additions from "[PATCH 1/3] hw/block/nvme:
    nvme_identify fixes" and "[PATCH 2/3] hw/block/nvme: fix potential
    compilation error" into their own commits (Minwoo, Philippe)
  * Fix a missing check on the zasl_bs param in the
    nvme_identify_ctrl_csi refactor (Minwoo)

Gollu Appalanaidu (5):
  hw/block/nvme: remove unnecessary endian conversion
  hw/block/nvme: add identify trace event
  hw/block/nvme: fix potential compilation error
  hw/block/nvme: add trace event for zone read check
  hw/block/nvme: report non-mdts command size limit for dsm

 hw/block/nvme.h       |  1 +
 include/block/nvme.h  | 11 +++++++++++
 hw/block/nvme.c       | 45 ++++++++++++++++++++++++++++---------------
 hw/block/trace-events |  2 ++
 4 files changed, 43 insertions(+), 16 deletions(-)

Comments

Klaus Jensen March 2, 2021, 6:23 a.m. UTC | #1
On Feb 22 19:47, Klaus Jensen wrote:
> From: Klaus Jensen <k.jensen@samsung.com>
> 
> Small set of misc fixes from Gollu.
> 
> v2 changes
> 
>   * Split off the trace event additions from "[PATCH 1/3] hw/block/nvme:
>     nvme_identify fixes" and "[PATCH 2/3] hw/block/nvme: fix potential
>     compilation error" into their own commits (Minwoo, Philippe)
>   * Fix a missing check on the zasl_bs param in the
>     nvme_identify_ctrl_csi refactor (Minwoo)
> 
> Gollu Appalanaidu (5):
>   hw/block/nvme: remove unnecessary endian conversion
>   hw/block/nvme: add identify trace event
>   hw/block/nvme: fix potential compilation error
>   hw/block/nvme: add trace event for zone read check
>   hw/block/nvme: report non-mdts command size limit for dsm
> 
>  hw/block/nvme.h       |  1 +
>  include/block/nvme.h  | 11 +++++++++++
>  hw/block/nvme.c       | 45 ++++++++++++++++++++++++++++---------------
>  hw/block/trace-events |  2 ++
>  4 files changed, 43 insertions(+), 16 deletions(-)
> 

Applied to nvme-next!