Changeset 61356 in vbox
- Timestamp:
- Jun 1, 2016 7:32:20 AM (9 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp
r61339 r61356 613 613 PVM pVM = pDevIns->Internal.s.CTX_SUFF(pVM); 614 614 615 /* At present, we support only a maximum of one I/O APIC for aVM. If we ever implement having615 /* At present, we support only a maximum of one I/O APIC per-VM. If we ever implement having 616 616 multiple I/O APICs per-VM, we'll have to broadcast this EOI to all of the I/O APICs. */ 617 617 if (pVM->pdm.s.IoApic.CTX_SUFF(pDevIns)) -
trunk/src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp
r61339 r61356 276 276 PVM pVM = pDevIns->Internal.s.CTX_SUFF(pVM); 277 277 278 /* At present, we support only a maximum of one I/O APIC for aVM. If we ever implement having278 /* At present, we support only a maximum of one I/O APIC per-VM. If we ever implement having 279 279 multiple I/O APICs per-VM, we'll have to broadcast this EOI to all of the I/O APICs. */ 280 280 if (pVM->pdm.s.IoApic.CTX_SUFF(pDevIns)) -
trunk/src/VBox/VMM/VMMRC/PDMRCDevice.cpp
r61339 r61356 568 568 PVM pVM = pDevIns->Internal.s.CTX_SUFF(pVM); 569 569 570 /* At present, we support only a maximum of one I/O APIC for aVM. If we ever implement having570 /* At present, we support only a maximum of one I/O APIC per-VM. If we ever implement having 571 571 multiple I/O APICs per-VM, we'll have to broadcast this EOI to all of the I/O APICs. */ 572 572 if (pVM->pdm.s.IoApic.CTX_SUFF(pDevIns))
Note:
See TracChangeset
for help on using the changeset viewer.