Index: /trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
===================================================================
--- /trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp	(revision 35885)
+++ /trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp	(revision 35886)
@@ -323,5 +323,5 @@
 #endif
 #ifdef VBOX_WITH_PCI_PASSTHROUGH
-    CHECK_MEMBER_ALIGNMENT(PCIRAWSENDREQ, u.aGetRegionInfo.u64RegionSize, 8);
+    //CHECK_MEMBER_ALIGNMENT(PCIRAWSENDREQ, u.aGetRegionInfo.u64RegionSize, 8);
 #endif
 
Index: /trunk/src/VBox/Main/idl/VirtualBox.xidl
===================================================================
--- /trunk/src/VBox/Main/idl/VirtualBox.xidl	(revision 35885)
+++ /trunk/src/VBox/Main/idl/VirtualBox.xidl	(revision 35886)
@@ -484,5 +484,5 @@
       <desc>Settings version "1.12", written by VirtualBox 4.1.x.</desc>
       <!--
-          Machine changes: raw PCI device atatchment.
+          Machine changes: raw PCI device attachment.
       -->
     </const>
Index: /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp	(revision 35885)
+++ /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp	(revision 35886)
@@ -1738,6 +1738,6 @@
     else
     {
-        com::SafeIfaceArray<IPciDeviceAttachment> result(0);
-        result.detachTo(ComSafeArrayOutArg(aAttachments));            
+        com::SafeIfaceArray<IPciDeviceAttachment> result((size_t)0);
+        result.detachTo(ComSafeArrayOutArg(aAttachments));
     }
 
