Skip to content

Commit 72df816

Browse files
committed
Nits
1 parent 4858b26 commit 72df816

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hw/femu/nvme.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,8 @@ enum NvmeIdCtrlOacs {
755755
NVME_OACS_SECURITY = 1 << 0,
756756
NVME_OACS_FORMAT = 1 << 1,
757757
NVME_OACS_FW = 1 << 2,
758-
NVME_OACS_Oc12DEV = 1 << 3,
758+
NVME_OACS_NS_MGMT = 1 << 3,
759+
NVME_OACS_DIRECTIVES = 1 << 5,
759760
NVME_OACS_DBBUF = 1 << 8,
760761
};
761762

0 commit comments

Comments
 (0)