Re: [PATCH] hw/nvme: i/o cmd set independent namespace data structure

2024-09-23 Thread Klaus Jensen
On Sep 20 05:51, Arun Kumar wrote: > add support for i/o command set independent namespace data > structure(cns=8h and cns=1fh) > > Signed-off-by: Klaus Jensen > Signed-off-by: Arun Kumar > --- > hw/nvme/ctrl.c | 37 + > hw/nvme/trace-events | 1 + > i

[PATCH] hw/nvme: i/o cmd set independent namespace data structure

2024-09-19 Thread Arun Kumar
add support for i/o command set independent namespace data structure(cns=8h and cns=1fh) Signed-off-by: Klaus Jensen Signed-off-by: Arun Kumar --- hw/nvme/ctrl.c | 37 + hw/nvme/trace-events | 1 + include/block/nvme.h | 17 + 3 files c