Changeset 79264 in vbox
- Timestamp:
- Jun 21, 2019 5:43:43 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131457
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 4 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 -
trunk/src/VBox/VMM/VMMR3/EM.cpp
r79114 r79264 2498 2498 * 2499 2499 * All interaction from other thread are done using forced actions 2500 * and signal ing of the wait object.2500 * and signalling of the wait object. 2501 2501 * 2502 2502 * @returns VBox status code, informational status codes may indicate failure. -
trunk/src/VBox/VMM/VMMR3/GIM.cpp
r76553 r79264 462 462 * the number of bytes read. 463 463 * @param pfnReadComplete Callback when the buffer has been read and 464 * before signal ing reading of the next buffer.464 * before signalling reading of the next buffer. 465 465 * Optional, can be NULL. 466 466 * @thread EMT. -
trunk/src/VBox/VMM/include/GIMInternal.h
r76585 r79264 95 95 96 96 /** 97 * Callback when a debug buffer read has completed and before signal ing98 * the nextread.97 * Callback when a debug buffer read has completed and before signalling the next 98 * read. 99 99 * 100 100 * @param pVM The cross context VM structure.
Note:
See TracChangeset
for help on using the changeset viewer.