Re: [PATCH v2] hw/nvme: Adding support for NPDAL and NPDGL

2024-10-08 Thread Klaus Jensen
On Oct 1 06:58, Ayush Mishra wrote: > Adding support for new 32 bit NPDGL and NPDAL fields to address the > needs of larger granularities. > > Signed-off-by: Ayush Mishra > --- > v1 -> v2: Added macros for NSFEAT in /include/block/nvme.h as suggested > by Klaus. > LGTM. I'll add a name to th

[PATCH v2] hw/nvme: Adding support for NPDAL and NPDGL

2024-10-02 Thread Ayush Mishra
Adding support for new 32 bit NPDGL and NPDAL fields to address the needs of larger granularities. Signed-off-by: Ayush Mishra --- v1 -> v2: Added macros for NSFEAT in /include/block/nvme.h as suggested by Klaus. hw/nvme/ns.c | 5 - include/block/nvme.h | 17 - 2 f