Changeset 82219 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Nov 26, 2019 11:20:30 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmpcidevint.h
r81375 r82219 203 203 uint16_t offMsixPba; 204 204 /** Add padding to align aIORegions to an 16 byte boundary. */ 205 uint8_t abPadding2[HC_ARCH_BITS == 32 ? 0x14 : 0x10]; 205 uint8_t abPadding2[HC_ARCH_BITS == 32 ? 12 : 8]; 206 /** The MMIO handle for the MSI-X MMIO bar. */ 207 IOMMMIOHANDLE hMmioMsix; 206 208 207 209 /** Pointer to bus specific data. (R3 ptr) */
Note:
See TracChangeset
for help on using the changeset viewer.