Re: [PATCH 08/16] hw/block/nvme: verify validity of prp lists in the cmb

2020-07-29 Thread Minwoo Im
On 20-07-20 13:37:40, Klaus Jensen wrote: > From: Klaus Jensen > > Before this patch the device already supported PRP lists in the CMB, but > it did not check for the validity of it nor announced the support in the > Identify Controller data structure LISTS field. > > If some of the PRPs in a PR

[PATCH 08/16] hw/block/nvme: verify validity of prp lists in the cmb

2020-07-20 Thread Klaus Jensen
From: Klaus Jensen Before this patch the device already supported PRP lists in the CMB, but it did not check for the validity of it nor announced the support in the Identify Controller data structure LISTS field. If some of the PRPs in a PRP list are in the CMB, then ALL entries must be there. T