VirtualBox

Changeset 61356 in vbox


Ignore:
Timestamp:
Jun 1, 2016 7:32:20 AM (9 years ago)
Author:
vboxsync
Message:

VMM/PDM: comment nit.

Location:
trunk/src/VBox/VMM
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp

    r61339 r61356  
    613613    PVM pVM = pDevIns->Internal.s.CTX_SUFF(pVM);
    614614
    615     /* At present, we support only a maximum of one I/O APIC for a VM. If we ever implement having
     615    /* At present, we support only a maximum of one I/O APIC per-VM. If we ever implement having
    616616       multiple I/O APICs per-VM, we'll have to broadcast this EOI to all of the I/O APICs. */
    617617    if (pVM->pdm.s.IoApic.CTX_SUFF(pDevIns))
  • trunk/src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp

    r61339 r61356  
    276276    PVM pVM = pDevIns->Internal.s.CTX_SUFF(pVM);
    277277
    278     /* At present, we support only a maximum of one I/O APIC for a VM. If we ever implement having
     278    /* At present, we support only a maximum of one I/O APIC per-VM. If we ever implement having
    279279       multiple I/O APICs per-VM, we'll have to broadcast this EOI to all of the I/O APICs. */
    280280    if (pVM->pdm.s.IoApic.CTX_SUFF(pDevIns))
  • trunk/src/VBox/VMM/VMMRC/PDMRCDevice.cpp

    r61339 r61356  
    568568    PVM pVM = pDevIns->Internal.s.CTX_SUFF(pVM);
    569569
    570     /* At present, we support only a maximum of one I/O APIC for a VM. If we ever implement having
     570    /* At present, we support only a maximum of one I/O APIC per-VM. If we ever implement having
    571571       multiple I/O APICs per-VM, we'll have to broadcast this EOI to all of the I/O APICs. */
    572572    if (pVM->pdm.s.IoApic.CTX_SUFF(pDevIns))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette