Changeset 62878 in vbox
- Timestamp:
- Aug 2, 2016 3:12:15 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/APICAll.cpp
r62606 r62878 727 727 * 728 728 * The 'receive illegal vector' will be set on the target APIC when the interrupt 729 * gets generated, see APICPostInterrupt().729 * gets generated, see apicPostInterrupt(). 730 730 * 731 731 * See Intel spec. 10.5.3 "Error Handling". … … 1529 1529 * error or not signal the error at all. For now, we'll allow setting illegal vectors into the LVT 1530 1530 * but set the 'send illegal vector' error here. The 'receive illegal vector' error will be set if 1531 * the interrupt for the vector happens to be generated, see APICPostInterrupt().1531 * the interrupt for the vector happens to be generated, see apicPostInterrupt(). 1532 1532 * 1533 1533 * [1] See Intel spec. 10.5.2 "Valid Interrupt Vectors".
Note:
See TracChangeset
for help on using the changeset viewer.