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

Minwoo Im posted 2 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230418002622.29819-1-minwoo.im.dev@gmail.com
Maintainers: Keith Busch <kbusch@kernel.org>, Klaus Jensen <its@irrelevant.dk>
hw/nvme/ctrl.c | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
[PATCH RESEND 0/2] hw/nvme: COPY fixes
Posted by Minwoo Im 1 year ago
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
Re: [PATCH RESEND 0/2] hw/nvme: COPY fixes
Posted by Klaus Jensen 1 year ago
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!