Changeset 60810 in vbox for trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
- Timestamp:
- May 3, 2016 9:11:39 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r60804 r60810 2669 2669 { 2670 2670 /* 2671 * Check if the guest can receive external interrupts (PIC/APIC). Once we do PDMGetInterrupt() we -must- deliver 2672 * the interrupt ASAP. We must not execute any guest code until we inject the interrupt which is why it is 2673 * evaluated here and not set as pending, solely based on the force-flags. 2671 * Check if the guest can receive external interrupts (PIC/APIC). Once PDMGetInterrupt() returns 2672 * a valid interrupt we must- deliver the interrupt. We can no longer re-request it from the APIC. 2674 2673 */ 2675 2674 if ( !fBlockInt
Note:
See TracChangeset
for help on using the changeset viewer.