VirtualBox

Changeset 81136 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Oct 8, 2019 8:26:49 AM (5 years ago)
Author:
vboxsync
Message:

IOM,RTC,PCI: Make the port parameter in the I/O port callbacks relative to the start of the mapping rather than absolute. For absolute port numbers, use the IOM_IOPORT_F_ABS flag. bugref:9218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IOMInternal.h

    r81056 r81136  
    180180    /** Same as the handle index. */
    181181    uint16_t                            idxSelf;
     182    /** IOM_IOPORT_F_XXX (copied from ring-3). */
     183    uint16_t                            fFlags;
    182184} IOMIOPORTENTRYR0;
    183185/** Pointer to a ring-0 I/O port handle table entry. */
     
    225227    /** Set if there is an raw-mode entry too. */
    226228    bool                                fRawMode;
    227     bool                                fUnused;
     229    /** IOM_IOPORT_F_XXX */
     230    uint8_t                             fFlags;
    228231    /** Same as the handle index. */
    229232    uint16_t                            idxSelf;
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