VirtualBox

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


Ignore:
Timestamp:
Jul 31, 2019 9:20:57 PM (5 years ago)
Author:
vboxsync
Message:

VMM: Kicking out raw-mode - IOM. bugref:9517

File:
1 edited

Legend:

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

    r76585 r80090  
    8686    R3PTRTYPE(const char *)     pszDesc;
    8787
     88#if 0
    8889    /** Pointer to user argument - RC. */
    8990    RTRCPTR                     pvUserRC;
     
    99100    /** Padding structure length to multiple of 8 bytes. */
    100101    RTRCPTR                     RCPtrPadding;
     102#endif
    101103#endif
    102104} IOMMMIORANGE;
     
    289291    /** Tree containing I/O port range descriptors registered for R0 (IOMIOPORTRANGER0). */
    290292    AVLROIOPORTTREE         IOPortTreeR0;
     293#if 0
    291294    /** Tree containing I/O port range descriptors registered for RC (IOMIOPORTRANGERC). */
    292295    AVLROIOPORTTREE         IOPortTreeRC;
     296#endif
    293297
    294298    /** Tree containing the MMIO range descriptors (IOMMMIORANGE). */
     
    316320typedef struct IOM
    317321{
    318     /** Offset to the VM structure. */
    319     RTINT                           offVM;
    320 
    321     /** Pointer to the trees - RC ptr. */
    322     RCPTRTYPE(PIOMTREES)            pTreesRC;
    323322    /** Pointer to the trees - R3 ptr. */
    324323    R3PTRTYPE(PIOMTREES)            pTreesR3;
     
    447446    R0PTRTYPE(PIOMMMIORANGE)        pMMIORangeLastR0;
    448447    R0PTRTYPE(PIOMMMIOSTATS)        pMMIOStatsLastR0;
    449 
    450     RCPTRTYPE(PIOMIOPORTRANGERC)    pRangeLastReadRC;
    451     RCPTRTYPE(PIOMIOPORTRANGERC)    pRangeLastWriteRC;
    452     RCPTRTYPE(PIOMIOPORTSTATS)      pStatsLastReadRC;
    453     RCPTRTYPE(PIOMIOPORTSTATS)      pStatsLastWriteRC;
    454     RCPTRTYPE(PIOMMMIORANGE)        pMMIORangeLastRC;
    455     RCPTRTYPE(PIOMMMIOSTATS)        pMMIOStatsLastRC;
    456448    /** @} */
    457449} IOMCPU;
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