VirtualBox

Changeset 62075 in vbox for trunk


Ignore:
Timestamp:
Jul 6, 2016 4:35:35 PM (9 years ago)
Author:
vboxsync
Message:

VMCPU.cpum: Added GstCtx member for execution engines like HM and IEM so they can save a register if they care.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/vm.h

    r62006 r62075  
    266266#ifdef ___CPUMInternal_h
    267267        struct CPUMCPU      s;
     268#endif
     269#ifdef VMCPU_INCL_CPUM_GST_CTX
     270        /** The guest CPUM context for direct use by execution engines.
     271         * This is not for general consumption, but for HM, REM, IEM, and maybe a few
     272         * others.  The rest will use the function based CPUM API. */
     273        CPUMCTX             GstCtx;
    268274#endif
    269275        uint8_t             padding[4096];      /* multiple of 4096 */
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