Changeset 45967 in vbox for trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
- Timestamp:
- May 9, 2013 3:49:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r45966 r45967 2492 2492 2493 2493 /* 2494 * If there are external interrupts pending but masked by the TPR value, apply the threshold so that if the guest2495 * lowers the TPR, it would cause a VM-exit and we can deliver the interrupt.2494 * If there are external interrupts pending but masked by the TPR value, instruct VT-x to cause a VM-exit when 2495 * the guest lowers its TPR below the highest-priority pending interrupt and we can deliver the interrupt. 2496 2496 * If there are no external interrupts pending, set threshold to 0 to not cause a VM-exit. We will eventually deliver 2497 2497 * the interrupt when we VM-exit for other reasons.
Note:
See TracChangeset
for help on using the changeset viewer.