Changeset 61356 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jun 1, 2016 7:32:20 AM (9 years ago)
- File:
-
- 1 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))
Note:
See TracChangeset
for help on using the changeset viewer.