aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/nvme-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hw/nvme-int.h')
-rw-r--r--src/hw/nvme-int.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/hw/nvme-int.h b/src/hw/nvme-int.h
index 9f95dd80..674008a5 100644
--- a/src/hw/nvme-int.h
+++ b/src/hw/nvme-int.h
@@ -117,6 +117,7 @@ struct nvme_namespace {
u32 block_size;
u32 metadata_size;
+ u32 max_req_size;
/* Page aligned buffer of size NVME_PAGE_SIZE. */
char *dma_buffer;
@@ -131,7 +132,12 @@ struct nvme_identify_ctrl {
char mn[40];
char fr[8];
- char _boring[516 - 72];
+ u8 rab;
+ u8 ieee[3];
+ u8 cmic;
+ u8 mdts;
+
+ char _boring[516 - 78];
u32 nn; /* number of namespaces */
};