Index: /trunk/include/VBox/vm.h
===================================================================
--- /trunk/include/VBox/vm.h	(revision 32919)
+++ /trunk/include/VBox/vm.h	(revision 32920)
@@ -148,5 +148,5 @@
         struct EMCPU        s;
 #endif
-        uint8_t             padding[1536];      /* multiple of 64 */
+        uint8_t             padding[1472];      /* multiple of 64 */
     } em;
 
@@ -206,6 +206,8 @@
     } dbgf;
 
+#if 0
     /** Align the following members on page boundrary. */
-    uint8_t                 abAlignment2[64];
+    uint8_t                 abAlignment2[32];
+#endif
 
     /** PGM part. */
Index: /trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp
===================================================================
--- /trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp	(revision 32919)
+++ /trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp	(revision 32920)
@@ -228,5 +228,7 @@
     CHECK_PADDING_VMCPU(64, iom);
     CHECK_PADDING_VMCPU(64, dbgf);
+#if 0
     PRINT_OFFSET(VMCPU, abAlignment2);
+#endif
     PRINT_OFFSET(VMCPU, pgm);
     CHECK_PADDING_VMCPU(4096, pgm);
