hw/nvme: add knob for doorbell buffer config support

Add a 'dbcs' knob to allow Doorbell Buffer Config command to be
disabled.

Reviewed-by: Jesper Wendel Devantier <foss@defmacro.it>
Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
This commit is contained in:
Klaus Jensen 2024-12-16 13:53:04 +01:00
parent e7047adf1e
commit 9cf6ec0659
3 changed files with 10 additions and 4 deletions

View file

@ -1235,7 +1235,7 @@ enum NvmeIdCtrlOacs {
NVME_OACS_NMS = 1 << 3,
NVME_OACS_DIRECTIVES = 1 << 5,
NVME_OACS_VMS = 1 << 7,
NVME_OACS_DBBUF = 1 << 8,
NVME_OACS_DBCS = 1 << 8,
};
enum NvmeIdCtrlOncs {