Changeset 62012 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Jul 4, 2016 3:45:09 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevIOAPIC_New.cpp
r61916 r62012 695 695 * The device is flip-flopping the interrupt line, which implies we should de-assert 696 696 * and assert the interrupt line. The interrupt line is left in the asserted state 697 * after a flip-flop request. 697 * after a flip-flop request. The de-assert is a NOP wrts to signaling an interrupt 698 * hence just the assert is done. 698 699 */ 699 700 IOAPIC_ASSERT_IRQ(idxRte, uPinMask);
Note:
See TracChangeset
for help on using the changeset viewer.