Changeset 1898 in vbox for trunk/src/VBox/VMM/PATM
- Timestamp:
- Apr 3, 2007 4:35:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/PATMA.asm
r1897 r1898 1235 1235 1236 1236 ; if interrupts are pending, then we must go back to the host context to handle them! 1237 ; Note: This is very important as pending pic interrupts can be overriden by apic interrupts (Fedora 5 boot)1237 ; Note: This is very important as pending pic interrupts can be overriden by apic interrupts if we don't check early enough (Fedora 5 boot) 1238 1238 ; @@todo fix this properly, so we can dispatch pending interrupts in GC 1239 1239 test dword [ss:PATM_VM_FORCEDACTIONS], VM_FF_INTERRUPT_APIC | VM_FF_INTERRUPT_PIC
Note:
See TracChangeset
for help on using the changeset viewer.