VirtualBox

Changeset 79264 in vbox


Ignore:
Timestamp:
Jun 21, 2019 5:43:43 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131457
Message:

VMM: 'singaling' -> 'signalling' consistency.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/APICAll.cpp

    r78870 r79264  
    523523                ||  XAPIC_PPR_GET_PP(uVector) > XAPIC_PPR_GET_PP(uPpr))
    524524            {
    525                 Log2(("APIC%u: apicSignalNextPendingIntr: Signaling pending interrupt. uVector=%#x\n", pVCpu->idCpu, uVector));
     525                Log2(("APIC%u: apicSignalNextPendingIntr: Signalling pending interrupt. uVector=%#x\n", pVCpu->idCpu, uVector));
    526526                apicSetInterruptFF(pVCpu, PDMAPICIRQ_HARDWARE);
    527527            }
     
    15411541    /*
    15421542     * 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 signaling the
     1543     * the LVT entry when the delivery mode is 'fixed'[1] or update it in addition to signalling the
    15441544     * error or not signal the error at all. For now, we'll allow setting illegal vectors into the LVT
    15451545     * 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  
    24982498 *
    24992499 * All interaction from other thread are done using forced actions
    2500  * and signaling of the wait object.
     2500 * and signalling of the wait object.
    25012501 *
    25022502 * @returns VBox status code, informational status codes may indicate failure.
  • trunk/src/VBox/VMM/VMMR3/GIM.cpp

    r76553 r79264  
    462462 *                              the number of bytes read.
    463463 * @param   pfnReadComplete     Callback when the buffer has been read and
    464  *                              before signaling reading of the next buffer.
     464 *                              before signalling reading of the next buffer.
    465465 *                              Optional, can be NULL.
    466466 * @thread  EMT.
  • trunk/src/VBox/VMM/include/GIMInternal.h

    r76585 r79264  
    9595
    9696/**
    97  * Callback when a debug buffer read has completed and before signaling
    98  * the next read.
     97 * Callback when a debug buffer read has completed and before signalling the next
     98 * read.
    9999 *
    100100 * @param   pVM             The cross context VM structure.
Note: See TracChangeset for help on using the changeset viewer.

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