From: Klaus Jensen <k.jen...@samsung.com> With the new CMB logic in place, bump the implemented specification version to v1.4.
Signed-off-by: Klaus Jensen <k.jen...@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