VirtualBox

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


Ignore:
Timestamp:
May 31, 2017 10:21:53 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115839
Message:

VMM/IEM: Temporary hack for toggling forcing of execution to continue in IEM.

File:
1 edited

Legend:

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

    r67072 r67163  
    673673    /** Number of long jumps. */
    674674    uint32_t                cLongJumps;
     675    /** Whether to force execution to continue in IEM. */
     676#ifdef VBOX_WITH_NESTED_HWVIRT_ONLY_IN_IEM
     677    uint8_t                 fForceIemExec;
     678    uint8_t                 uAlignment6[3]; /**< Alignment padding. */
     679#else
    675680    uint32_t                uAlignment6; /**< Alignment padding. */
     681#endif
    676682#ifdef IEM_VERIFICATION_MODE_FULL
    677683    /** The Number of I/O port reads that has been performed. */
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