VirtualBox

Ignore:
Timestamp:
Aug 4, 2019 2:39:54 AM (5 years ago)
Author:
vboxsync
Message:

VMM: Kicking out raw-mode and 32-bit hosts - MM, PGM, ++. bugref:9517 bugref:9511

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDevState.h

    r77243 r80118  
    140140    uint32_t fHostCursorRequested;
    141141
    142 //#if HC_ARCH_BITS == 32
    143 //    /** Alignment padding. */
    144 //    uint32_t u32Alignment0;
    145 //#endif
    146 
     142#ifdef VBOX_WITH_RAW_MODE_KEEP
    147143    /** Pointer to device instance - RC pointer. */
    148144    PPDMDEVINSRC pDevInsRC;
     145#else
     146    uint32_t u32Alignment0;
     147#endif
    149148    /** Pointer to device instance - R3 poitner. */
    150149    PPDMDEVINSR3 pDevInsR3;
     
    205204    /** R0 pointer to VMMDev RAM area - first page only, could be NULL! */
    206205    R0PTRTYPE(VMMDevMemory *)   pVMMDevRAMR0;
     206#ifdef VBOX_WITH_RAW_MODE_KEEP
    207207    /** R0 pointer to VMMDev RAM area - first page only, could be NULL! */
    208208    RCPTRTYPE(VMMDevMemory *)   pVMMDevRAMRC;
    209 #if HC_ARCH_BITS != 32
    210209    RTRCPTR                     RCPtrAlignment3b;
    211210#endif
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