mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-11 19:39:26 -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:
parent
e7047adf1e
commit
9cf6ec0659
3 changed files with 10 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue