VirtualBox

Changeset 79488 in vbox


Ignore:
Timestamp:
Jul 3, 2019 6:08:41 AM (5 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Nested VMX: bugref:9180 Bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r79486 r79488  
    1415614156    STAM_PROFILE_ADV_START(&pVCpu->hm.s.StatExitXcptNmi, y3);
    1415714157
    14158     Assert(!pVmxTransient->fIsNestedGuest);
    1415914158    PVMXVMCSINFO pVmcsInfo = pVmxTransient->pVmcsInfo;
    1416014159    int rc = hmR0VmxReadExitIntInfoVmcs(pVmxTransient);
     
    1629516294    {
    1629616295#if !defined(HMVMX_ALWAYS_TRAP_ALL_XCPTS) && !defined(HMVMX_ALWAYS_TRAP_PF)
    16297         Assert(pVCpu->hm.s.fUsingDebugLoop);
     16296        Assert(pVmxTransient->fIsNestedGuest || pVCpu->hm.s.fUsingDebugLoop);
    1629816297#endif
    1629916298        pVCpu->hm.s.Event.fPending = false;                  /* In case it's a contributory or vectoring #PF. */
     
    1700417003         * External interrupts:
    1700517004         *    This should only happen when "acknowledge external interrupts on VM-exit"
    17006          *    control is set. However, we don't set it when executing guests or
    17007          *    nested-guests. For nested-guests it is emulated while injecting interrupts into
     17005         *    control is set. However, we never set this when executing a guest or
     17006         *    nested-guest. For nested-guests it is emulated while injecting interrupts into
    1700817007         *    the guest.
    1700917008         */
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