VirtualBox

Changeset 76483 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Dec 26, 2018 4:14:43 AM (6 years ago)
Author:
vboxsync
Message:

HMInternal.h: Attempted 32-bit fix.

File:
1 edited

Legend:

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

    r76482 r76483  
    763763            /** Current exception bitmap. */
    764764            uint32_t                    u32XcptBitmap;
     765            /** Padding. */
     766            uint32_t                    au32Alignment0[2];
    765767
    766768            /** Physical address of the VM control structure (VMCS). */
     
    771773            R0PTRTYPE(void *)           pvVmcs;
    772774
    773             /** Physical address of the current EPTP. */
    774             RTHCPHYS                    HCPhysEPTP;
    775775            /** Physical address of the virtual APIC page for TPR caching. */
    776776            RTHCPHYS                    HCPhysVirtApic;
     777            /** Padding. */
     778            R0PTRTYPE(void *)           pvAlignment0;
    777779            /** Virtual address of the virtual APIC page for TPR caching. */
    778780            R0PTRTYPE(uint8_t *)        pbVirtApic;
     
    801803            /** Virtual address of the VM-exit MSR-load area (used for host MSRs). */
    802804            R0PTRTYPE(void *)           pvHostMsr;
     805
     806            /** Physical address of the current EPTP. */
     807            RTHCPHYS                    HCPhysEPTP;
    803808
    804809            /** Number of guest/host MSR pairs in the auto-load/store area. */
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