VirtualBox

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


Ignore:
Timestamp:
Sep 27, 2019 1:11:45 PM (5 years ago)
Author:
vboxsync
Message:

IOM: Dump new-style I/O ports in the 'ioport' info item. bugref:9218

File:
1 edited

Legend:

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

    r80960 r81056  
    221221     * Only updated when critsect is held exclusively.   */
    222222    bool                                fMapped;
     223    /** Set if there is an ring-0 entry too. */
     224    bool                                fRing0;
     225    /** Set if there is an raw-mode entry too. */
     226    bool                                fRawMode;
     227    bool                                fUnused;
    223228    /** Same as the handle index. */
    224229    uint16_t                            idxSelf;
    225230} IOMIOPORTENTRYR3;
     231AssertCompileSize(IOMIOPORTENTRYR3, 9 * sizeof(RTR3PTR) + 16);
    226232/** Pointer to a ring-3 I/O port handle table entry. */
    227233typedef IOMIOPORTENTRYR3 *PIOMIOPORTENTRYR3;
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