VirtualBox

Ignore:
Timestamp:
Mar 6, 2019 8:55:00 AM (6 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Try to not mention function names in comments if it not really critical.

File:
1 edited

Legend:

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

    r77570 r77571  
    65206520    /*
    65216521     * We additionally have a requirement to import RIP, RFLAGS depending on whether we
    6522      * might need them in hmR0VmxEvaluatePendingEvent().
     6522     * might need them in while evaluating pending events before VM-entry.
    65236523     */
    65246524    if (!u32Val)
     
    1127611276    hmR0VmxClearIntWindowExitVmcs(pVCpu);
    1127711277
    11278     /* Deliver the pending interrupts via hmR0VmxEvaluatePendingEvent() and resume guest execution. */
     11278    /* Evaluate and deliver pending events and resume guest execution. */
    1127911279    STAM_COUNTER_INC(&pVCpu->hm.s.StatExitIntWindow);
    1128011280    return VINF_SUCCESS;
     
    1131711317    hmR0VmxClearNmiWindowExitVmcs(pVCpu);
    1131811318
    11319     /* Deliver the pending NMI via hmR0VmxEvaluatePendingEvent() and resume guest execution. */
     11319    /* Evaluate and deliver pending events and resume guest execution. */
    1132011320    return VINF_SUCCESS;
    1132111321}
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