VirtualBox

Changeset 64823 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 9, 2016 5:05:15 PM (8 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Comment to clear up confusing code paths.

File:
1 edited

Legend:

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

    r64797 r64823  
    76267626                    hmR0VmxApicSetTprThreshold(pVCpu, u8Interrupt >> 4);
    76277627                STAM_COUNTER_INC(&pVCpu->hm.s.StatSwitchTprMaskedIrq);
     7628
     7629                /*
     7630                 * If the CPU doesn't have TPR shadowing, we will always get a VM-exit on TPR changes and
     7631                 * APICSetTpr() will end up setting the VMCPU_FF_INTERRUPT_APIC if required, so there is no
     7632                 * need to re-set this force-flag here.
     7633                 */
    76287634            }
    76297635            else
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