VirtualBox

Changeset 66459 in vbox


Ignore:
Timestamp:
Apr 6, 2017 11:45:09 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
114439
Message:

VMM: Nested Hw.virt: Add a uCurXcptErr to hold the error code of the currently injected exception,
planned for using to update nested-guest VM-exits caused by event delivery.

File:
1 edited

Legend:

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

    r66419 r66459  
    608608    /** Pointer set jump buffer - raw-mode context. */
    609609    RCPTRTYPE(jmp_buf *)    pJmpBufRC;
     610
     611    /** @todo Should move this near @a fCurXcpt later. */
     612    /** The error code for the current exception / interrupt. */
     613    uint32_t                uCurXcptErr;
    610614
    611615    /** @name Statistics
     
    688692    /** @} */
    689693
    690     uint32_t                au32Alignment8[HC_ARCH_BITS == 64 ? 1 + 2 + 4 + 8 : 1 + 2 + 4]; /**< Alignment padding. */
     694    uint32_t                au32Alignment8[HC_ARCH_BITS == 64 ? 2 + 4 + 8 : 2 + 4]; /**< Alignment padding. */
    691695
    692696    /** Data TLB.
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