Index: /trunk/include/VBox/vmm/hm_vmx.h
===================================================================
--- /trunk/include/VBox/vmm/hm_vmx.h	(revision 76148)
+++ /trunk/include/VBox/vmm/hm_vmx.h	(revision 76149)
@@ -1162,8 +1162,8 @@
     uint64_t        u64VmFunc;
     uint64_t        u64EptVpidCaps;
-    uint64_t        a_u64Reserved[2];
+    uint64_t        a_u64Reserved[5];
 } VMXMSRS;
 AssertCompileSizeAlignment(VMXMSRS, 8);
-AssertCompileSize(VMXMSRS, 168);
+AssertCompileSize(VMXMSRS, 192);
 /** Pointer to a VMXMSRS struct. */
 typedef VMXMSRS *PVMXMSRS;
