VirtualBox

Changeset 79264 in vbox for trunk/src/VBox/VMM/VMMAll


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.

File:
1 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
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