- Timestamp:
- Dec 21, 2017 4:56:26 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r70232 r70253 3303 3303 { 3304 3304 /* 3305 * AMD-V has no TPR thresholding feature. We just avoid posting the interrupt. 3306 * We just avoid delivering the TPR-masked interrupt here. TPR and the force-flag 3307 * will be updated eventually when the TPR is written by the guest. 3305 * AMD-V has no TPR thresholding feature. TPR and the force-flag will be 3306 * updated eventually when the TPR is written by the guest. 3308 3307 */ 3309 3308 STAM_COUNTER_INC(&pVCpu->hm.s.StatSwitchTprMaskedIrq); … … 3418 3417 { 3419 3418 /* 3420 * AMD-V has no TPR thresholding feature. We just avoid posting the interrupt. 3421 * We just avoid delivering the TPR-masked interrupt here. TPR and the force-flag 3422 * will be updated eventually when the TPR is written by the guest. 3419 * AMD-V has no TPR thresholding feature. TPR and the force-flag will be 3420 * updated eventually when the TPR is written by the guest. 3423 3421 */ 3424 3422 STAM_COUNTER_INC(&pVCpu->hm.s.StatSwitchTprMaskedIrq);
Note:
See TracChangeset
for help on using the changeset viewer.