OSDN Git Service

hw/block/nvme: lift cmb restrictions
authorKlaus Jensen <k.jensen@samsung.com>
Thu, 17 Dec 2020 23:32:57 +0000 (00:32 +0100)
committerKlaus Jensen <k.jensen@samsung.com>
Mon, 8 Feb 2021 20:15:54 +0000 (21:15 +0100)
commit38001f73403808dde35c523695ee895587bcc6ba
treea445adc5281788f8d6d45bcc27007039e807829c
parentc2a3640de8e97bc0398976a7fc0fe9f6a088e777
hw/block/nvme: lift cmb restrictions

The controller now implements v1.4 and we can lift the restrictions on
CMB Data Pointer and Command Independent Locations Support (CDPCILS) and
CMB Data Pointer Mixed Locations Support (CDPMLS) since the device
really does not care about mixed host/cmb pointers in those cases.

Reviewed-by: Keith Busch <kbusch@kernel.org>
Reviewed-by: Minwoo Im <minwoo.im.dev@gmail.com>
Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
hw/block/nvme.c