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

2021-03-01 Thread Klaus Jensen
On Feb 22 19:47, Klaus Jensen wrote:
> From: Klaus Jensen 
> 
> 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!


signature.asc
Description: PGP signature


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

2021-02-22 Thread Klaus Jensen
From: Klaus Jensen 

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(-)

-- 
2.30.1