Re: [PATCH v5 0/5] hw/block/nvme: add simple copy command

2021-02-05 Thread Klaus Jensen
On Feb 3 09:27, Keith Busch wrote: > Just had the one comment on patch 4, which is really no big deal. I need > to integrate tooling and/or kernel support in order to properly test > this, but just from code inspection, I think it's good. > > Reviewed-by: Keith Busch > Applied, with the small

Re: [PATCH v5 0/5] hw/block/nvme: add simple copy command

2021-02-03 Thread Klaus Jensen
On Feb 3 09:27, Keith Busch wrote: > Just had the one comment on patch 4, which is really no big deal. I need > to integrate tooling and/or kernel support in order to properly test > this, but just from code inspection, I think it's good. > > Reviewed-by: Keith Busch > Thanks Keith!

Re: [PATCH v5 0/5] hw/block/nvme: add simple copy command

2021-02-03 Thread Keith Busch
Just had the one comment on patch 4, which is really no big deal. I need to integrate tooling and/or kernel support in order to properly test this, but just from code inspection, I think it's good. Reviewed-by: Keith Busch

[PATCH v5 0/5] hw/block/nvme: add simple copy command

2021-01-29 Thread Klaus Jensen
From: Klaus Jensen Add support for TP 4065 ("Simple Copy Command"). Changes for v5 * rebased on nvme-next (support for zoned namespaces) Changes for v4 * merge for-loops (Keith) Changes for v3 * rebased on nvme-next * changed the default msrc value to a more reasonable 127 from 255