Changeset 64823 in vbox for trunk/src/VBox
- Timestamp:
- Dec 9, 2016 5:05:15 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r64797 r64823 7626 7626 hmR0VmxApicSetTprThreshold(pVCpu, u8Interrupt >> 4); 7627 7627 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 */ 7628 7634 } 7629 7635 else
Note:
See TracChangeset
for help on using the changeset viewer.