VirtualBox

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


Ignore:
Timestamp:
Jul 27, 2012 2:51:48 PM (13 years ago)
Author:
vboxsync
Message:

IEM: Stats and more gentle stubs for unimplemented instructions.

File:
1 edited

Legend:

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

    r42193 r42437  
    231231     * This may contain uncommitted writes.  */
    232232    uint32_t                cbWritten;
     233    /** Counts the VERR_IEM_INSTR_NOT_IMPLEMENTED returns. */
     234    uint32_t                cRetInstrNotImplemented;
     235    /** Counts the VERR_IEM_ASPECT_NOT_IMPLEMENTED returns. */
     236    uint32_t                cRetAspectNotImplemented;
     237    /** Counts informational statuses returned (other than VINF_SUCCESS). */
     238    uint32_t                cRetInfStatuses;
     239    /** Counts other error statuses returned. */
     240    uint32_t                cRetErrStatuses;
    233241#ifdef IEM_VERIFICATION_MODE
    234242    /** The Number of I/O port reads that has been performed. */
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