VirtualBox

Changeset 74902 in vbox for trunk


Ignore:
Timestamp:
Oct 18, 2018 6:52:43 AM (6 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:9180 Trying to figure out the relative priority of exits here. The spec is hard to parse.

File:
1 edited

Legend:

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

    r74900 r74902  
    49464946     *
    49474947     * See Intel spec. 25.2 "Other Causes Of VM Exits".
     4948     * See Intel spec. 26.6.5 "Interrupt-Window Exiting and Virtual-Interrupt Delivery".
    49484949     */
    49494950    PCVMXVVMCS pVmcs = pVCpu->cpum.GstCtx.hwvirt.vmx.CTX_SUFF(pVmcs);
     
    60906091                                pVCpu->cpum.GstCtx.hwvirt.vmx.fInVmxNonRootMode = true;
    60916092
     6093                                /** The priority of potential VM-exits during VM-entry is important. */
     6094                                /** @todo NSTVMX: Any debug trap exceptions must be handled here. */
     6095                                /** @todo NSTVMX: VMX preemption timer exiting. */
     6096                                /** @todo NSTVMX: TPR thresholding exiting. */
     6097                                /** @todo NSTVMX: NMI-window exiting. */
     6098
    60926099                                /* Check premature interrupt-window exiting. */
    60936100                                rc = iemVmxVmentryCheckIntWindowExit(pVCpu, pszInstr);
     
    60976104                                    return VINF_SUCCESS;
    60986105
     6106                                /** @todo NSTVMX: Pending MTF exiting. */
     6107
    60996108                                /* Now that we've switched page tables, we can inject events if any. */
    61006109                                iemVmxVmentryInjectEvent(pVCpu, pszInstr);
    6101 
    6102                                 /** @todo NSTVMX: Setup VMX preemption timer */
    6103                                 /** @todo NSTVMX: TPR thresholding. */
    61046110
    61056111                                return VINF_SUCCESS;
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