Changeset 79264 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jun 21, 2019 5:43:43 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131457
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/APICAll.cpp
r78870 r79264 523 523 || XAPIC_PPR_GET_PP(uVector) > XAPIC_PPR_GET_PP(uPpr)) 524 524 { 525 Log2(("APIC%u: apicSignalNextPendingIntr: Signal ing pending interrupt. uVector=%#x\n", pVCpu->idCpu, uVector));525 Log2(("APIC%u: apicSignalNextPendingIntr: Signalling pending interrupt. uVector=%#x\n", pVCpu->idCpu, uVector)); 526 526 apicSetInterruptFF(pVCpu, PDMAPICIRQ_HARDWARE); 527 527 } … … 1541 1541 /* 1542 1542 * It is unclear whether we should signal a 'send illegal vector' error here and ignore updating 1543 * the LVT entry when the delivery mode is 'fixed'[1] or update it in addition to signal ing the1543 * the LVT entry when the delivery mode is 'fixed'[1] or update it in addition to signalling the 1544 1544 * error or not signal the error at all. For now, we'll allow setting illegal vectors into the LVT 1545 1545 * but set the 'send illegal vector' error here. The 'receive illegal vector' error will be set if
Note:
See TracChangeset
for help on using the changeset viewer.