VirtualBox

Changeset 79122 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 13, 2019 10:43:03 AM (6 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:9180 Comment, for upcoming changes.

File:
1 edited

Legend:

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

    r79115 r79122  
    233233/** The CPUMCTX_EXTRN_XXX mask that the IEM VM-exit code will import on-demand when
    234234 *  needed, primarily because there are several IEM VM-exit interface functions and
    235  *  some of which may not cause a VM-exit at all. */
     235 *  some of which may not cause a VM-exit at all.
     236 *
     237 *  This is currently unused, but keeping it here in case we can get away a bit more
     238 *  fine-grained state handling.
     239 *
     240 *  @note Update HM_CHANGED_VMX_VMEXIT_MASK if something here changes. */
    236241# define IEM_CPUMCTX_EXTRN_VMX_VMEXIT_MASK         (  CPUMCTX_EXTRN_CR0 | CPUMCTX_EXTRN_CR3 | CPUMCTX_EXTRN_CR4 \
    237242                                                    | CPUMCTX_EXTRN_DR7 | CPUMCTX_EXTRN_DR6 \
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