mbox series

[RESEND,0/2] hw/nvme: COPY fixes

Message ID 20230418002622.29819-1-minwoo.im.dev@gmail.com
Headers show
Series hw/nvme: COPY fixes | expand

Message

Minwoo Im April 18, 2023, 12:26 a.m. UTC
Fix status code overwritten issue in the COPY command and a trivial
patch to check the Maximum Copy Length (MCL) for COPY command.

Minwoo Im (2):
  hw/nvme: consider COPY command in nvme_aio_err
  hw/nvme: check maximum copy length (MCL) for COPY

 hw/nvme/ctrl.c | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Comments

Klaus Jensen April 18, 2023, 6:51 a.m. UTC | #1
On Apr 18 09:26, Minwoo Im wrote:
> Fix status code overwritten issue in the COPY command and a trivial
> patch to check the Maximum Copy Length (MCL) for COPY command.
> 
> Minwoo Im (2):
>   hw/nvme: consider COPY command in nvme_aio_err
>   hw/nvme: check maximum copy length (MCL) for COPY
> 
>  hw/nvme/ctrl.c | 25 +++++++++++++++++++++++++
>  1 file changed, 25 insertions(+)
> 
> -- 
> 2.34.1
> 

Thanks,

Applied to nvme-next!