On Mar 17 15:00, Gollu Appalanaidu wrote: >Align the Reserved fields declaration in NvmeBar > >Signed-off-by: Gollu Appalanaidu >--- > include/block/nvme.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/include/block/nvme.h b/include/block/nvme.h >index fc65cfcb01..e5bd00bb85 100644 >--- a/include/block/nvme.h >+++ b/include/block/nvme.h >@@ -7,7 +7,7 @@ typedef struct QEMU_PACKED NvmeBar { > uint32_t intms; > uint32_t intmc; > uint32_t cc; >- uint32_t rsvd1; >+ uint8_t rsvd24[4]; > uint32_t csts; > uint32_t nssrc; > uint32_t aqa; >-- >2.17.1 > Thanks. Applied to nvme-next with a small commit message fixup!