RE: [PATCH 3/4] hw/block/nvme: supply dw1 for aen result

2022-10-21 Thread Clay Mayers
> From: Klaus Jensen > Sent: Thursday, October 20, 2022 10:59 PM > > On Okt 20 17:18, clay.may...@kioxia.com wrote: > > From: Clay Mayers > > > > cqe.dw1 AEN is sometimes required to convey the NSID of the log page > > to read. This is the case for the zone descriptor changed log > > page. > >

Re: [PATCH 3/4] hw/block/nvme: supply dw1 for aen result

2022-10-20 Thread Klaus Jensen
On Okt 20 17:18, clay.may...@kioxia.com wrote: > From: Clay Mayers > > cqe.dw1 AEN is sometimes required to convey the NSID of the log page > to read. This is the case for the zone descriptor changed log > page. > > Signed-off-by: Clay Mayers > --- > hw/nvme/ctrl.c | 19 +++-

[PATCH 3/4] hw/block/nvme: supply dw1 for aen result

2022-10-20 Thread clay.mayers
From: Clay Mayers cqe.dw1 AEN is sometimes required to convey the NSID of the log page to read. This is the case for the zone descriptor changed log page. Signed-off-by: Clay Mayers --- hw/nvme/ctrl.c | 19 +++ hw/nvme/nvme.h | 2 ++ hw/nvme/trace-events | 2 +-