qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/3] hw/block/nvme: bump to v1.4


From: Klaus Jensen
Subject: [PATCH 2/3] hw/block/nvme: bump to v1.4
Date: Fri, 18 Dec 2020 10:23:06 +0100

From: Klaus Jensen <k.jensen@samsung.com>

With the new CMB logic in place, bump the implemented specification
version to v1.4.

Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
---
 hw/block/nvme.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/block/nvme.c b/hw/block/nvme.c
index f3c111ee0a5c..16bf05638bf6 100644
--- a/hw/block/nvme.c
+++ b/hw/block/nvme.c
@@ -74,7 +74,7 @@
 
 #define NVME_MAX_IOQPAIRS 0xffff
 #define NVME_DB_SIZE  4
-#define NVME_SPEC_VER 0x00010300
+#define NVME_SPEC_VER 0x00010400
 #define NVME_CMB_BIR 2
 #define NVME_PMR_BIR 2
 #define NVME_TEMPERATURE 0x143
-- 
2.29.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]