VirtualBox

Changeset 78494 in vbox for trunk/src


Ignore:
Timestamp:
May 14, 2019 6:10:33 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
130532
Message:

VMM/IEM: Nested VMX: bugref:9180 Clarify comment on invpcid VM-exit. Both CPL and virtual-8086 mode checks take priority over VM-exit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h

    r78489 r78494  
    64066406     * both set. We have already checked the former earlier in this function.
    64076407     *
    6408      * CPL checks take priority over VM-exit.
     6408     * CPL and virtual-8086 mode checks take priority over this VM-exit.
    64096409     * See Intel spec. "25.1.1 Relative Priority of Faults and VM Exits".
    64106410     */
    6411     /** @todo r=ramshankar: NSTVMX: I'm not entirely certain if V86 mode check has
    6412      *        higher or lower priority than a VM-exit, we assume higher for the time
    6413      *        being. */
    64146411    if (   IEM_VMX_IS_NON_ROOT_MODE(pVCpu)
    64156412        && IEM_VMX_IS_PROCCTLS_SET(pVCpu, VMX_PROC_CTLS_INVLPG_EXIT))
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