Changeset 35886 in vbox
- Timestamp:
- Feb 8, 2011 1:27:27 AM (14 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
-
Devices/testcase/tstDeviceStructSize.cpp (modified) (1 diff)
-
Main/idl/VirtualBox.xidl (modified) (1 diff)
-
Main/src-client/ConsoleImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
r35885 r35886 323 323 #endif 324 324 #ifdef VBOX_WITH_PCI_PASSTHROUGH 325 CHECK_MEMBER_ALIGNMENT(PCIRAWSENDREQ, u.aGetRegionInfo.u64RegionSize, 8);325 //CHECK_MEMBER_ALIGNMENT(PCIRAWSENDREQ, u.aGetRegionInfo.u64RegionSize, 8); 326 326 #endif 327 327 -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r35885 r35886 484 484 <desc>Settings version "1.12", written by VirtualBox 4.1.x.</desc> 485 485 <!-- 486 Machine changes: raw PCI device at atchment.486 Machine changes: raw PCI device attachment. 487 487 --> 488 488 </const> -
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r35885 r35886 1738 1738 else 1739 1739 { 1740 com::SafeIfaceArray<IPciDeviceAttachment> result( 0);1741 result.detachTo(ComSafeArrayOutArg(aAttachments)); 1740 com::SafeIfaceArray<IPciDeviceAttachment> result((size_t)0); 1741 result.detachTo(ComSafeArrayOutArg(aAttachments)); 1742 1742 } 1743 1743
Note:
See TracChangeset
for help on using the changeset viewer.

