VirtualBox

Changeset 66987 in vbox


Ignore:
Timestamp:
May 19, 2017 2:23:02 PM (8 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Todo regarding returning VINF_EM_RAW_INJECT_TRPM_EVENT instead of VERR_EM_INTERPRETER when an event is pending.

File:
1 edited

Legend:

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

    r66929 r66987  
    1158411584                /** @todo Why do we need to fallback to the interpreter here?  */
    1158511585                STAM_COUNTER_INC(&pVCpu->hm.s.StatInjectPendingInterpret);
     11586                /** @todo return VINF_EM_RAW_INJECT_TRPM_EVENT? */
    1158611587                rc = VERR_EM_INTERPRETER;
    1158711588                break;
     
    1296512966        {
    1296612967            STAM_COUNTER_INC(&pVCpu->hm.s.StatInjectPendingInterpret);
     12968            /** @todo return VINF_EM_RAW_INJECT_TRPM_EVENT? */
    1296712969            return VERR_EM_INTERPRETER;
    1296812970        }
     
    1314213144        {
    1314313145            STAM_COUNTER_INC(&pVCpu->hm.s.StatInjectPendingInterpret);
     13146            /** @todo return VINF_EM_RAW_INJECT_TRPM_EVENT? */
    1314413147            return VERR_EM_INTERPRETER;
    1314513148        }
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