mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user