VirtualBox

Ignore:
Timestamp:
Sep 10, 2024 11:15:32 AM (3 months ago)
Author:
vboxsync
Message:

doc/manual/man_VBoxManage-*: Updated a variety of the VBoxManage help
files to improve readability, corrected some typos, and made various
other corrections.

src/VBox/*: Updated some comments and log messages for a variety of
source files to correct the spelling of 'suppress'. A few APIC files
and USB files use 'supress' in variable names or manifest constants but
those were not changed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevIommuIntel.cpp

    r99280 r106001  
    15471547{
    15481548    /*
    1549      * Update the diagnostic reason (even if software wants to supress faults).
     1549     * Update the diagnostic reason (even if software wants to suppress faults).
    15501550     */
    15511551    PDMAR pThis = PDMDEVINS_2_DATA(pDevIns, PDMAR);
     
    16151615{
    16161616    /*
    1617      * Update the diagnostic reason (even if software wants to supress faults).
     1617     * Update the diagnostic reason (even if software wants to suppress faults).
    16181618     */
    16191619    PDMAR pThis = PDMDEVINS_2_DATA(pDevIns, PDMAR);
     
    24462446                    uint64_t const uCtxEntryQword1 = CtxEntry.au64[1];
    24472447
    2448                     /* Note the FPD bit which software can use to supress translation faults from here on in. */
     2448                    /* Note the FPD bit which software can use to suppress translation faults from here on in. */
    24492449                    pMemReqAux->fFpd = RT_BF_GET(uCtxEntryQword0, VTD_BF_0_CONTEXT_ENTRY_FPD);
    24502450
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