VirtualBox

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


Ignore:
Timestamp:
Apr 7, 2017 5:13:11 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
114452
Message:

VMM: Nested Hw.virt: Add the current CR2 associated with a raised PF exception for planned use by
nested VM-exit handlers querying info. about VM-exits caused during event delivery.

File:
1 edited

Legend:

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

    r66459 r66465  
    612612    /** The error code for the current exception / interrupt. */
    613613    uint32_t                uCurXcptErr;
     614    /** The CR2 for the current exception / interrupt. */
     615    uint64_t                uCurXcptCr2;
    614616
    615617    /** @name Statistics
     
    692694    /** @} */
    693695
    694     uint32_t                au32Alignment8[HC_ARCH_BITS == 64 ? 2 + 4 + 8 : 2 + 4]; /**< Alignment padding. */
     696    uint32_t                au32Alignment8[HC_ARCH_BITS == 64 ? 4 + 8 : 4]; /**< Alignment padding. */
    695697
    696698    /** Data TLB.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette