VirtualBox

Changeset 66982 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 19, 2017 1:24:50 PM (8 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: Todo, wrt to event injection and pending events.

File:
1 edited

Legend:

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

    r66981 r66982  
    52095209           otherwise injecting the original pending event would most likely cause the same MMIO #NPF. */
    52105210        if (RT_UNLIKELY(pVCpu->hm.s.Event.fPending))
     5211        {
     5212            /** @todo this should return VINF_EM_RAW_INJECT_TRPM_EVENT. */
    52115213            return VERR_EM_INTERPRETER;
     5214        }
    52125215
    52135216        VBOXSTRICTRC rc2 = PGMR0Trap0eHandlerNPMisconfig(pVM, pVCpu, enmNestedPagingMode, CPUMCTX2CORE(pCtx), GCPhysFaultAddr,
     
    56335636    {
    56345637        STAM_COUNTER_INC(&pVCpu->hm.s.StatInjectPendingInterpret);
     5638        /** @todo this should return VINF_EM_RAW_INJECT_TRPM_EVENT. */
    56355639        return VERR_EM_INTERPRETER;
    56365640    }
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