VirtualBox

Changeset 82219 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Nov 26, 2019 11:20:30 AM (5 years ago)
Author:
vboxsync
Message:

MsixCommon: Refactored the MMIO bits, changing the registration flags and code to make more sense (don't know it is correct). bugref:9218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmpcidevint.h

    r81375 r82219  
    203203    uint16_t                        offMsixPba;
    204204    /** 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;
    206208
    207209    /** Pointer to bus specific data. (R3 ptr) */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette