VirtualBox

Changeset 106930 in vbox for trunk


Ignore:
Timestamp:
Nov 11, 2024 3:26:11 PM (6 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165856
Message:

VMM,SUPDrv: scm/whitespace fixes. jiraref:VBP-1449

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp

    r106925 r106930  
    11951195                            if (RT_SUCCESS(rc))
    11961196                            {
    1197 #ifdef VBOXDRV_WITH_SID_TO_UID_MAPPING
     1197# ifdef VBOXDRV_WITH_SID_TO_UID_MAPPING
    11981198                                rc = supdrvNtUserIdMakeForSession(pSession);
    11991199                                if (RT_SUCCESS(rc))
    1200 #endif
     1200# endif
    12011201                                    rc = supdrvSessionHashTabInsert(pDevExt, pSession, (PSUPDRVSESSION *)&pFileObj->FsContext, NULL);
    12021202                                supdrvSessionRelease(pSession);
     
    12441244                if (RT_SUCCESS(rc))
    12451245                {
    1246 #ifdef VBOXDRV_WITH_SID_TO_UID_MAPPING
     1246# ifdef VBOXDRV_WITH_SID_TO_UID_MAPPING
    12471247                    rc = supdrvNtUserIdMakeForSession(pSession);
    12481248                    if (RT_SUCCESS(rc))
    1249 #endif
     1249# endif
    12501250                        rc = supdrvSessionHashTabInsert(pDevExt, pSession, (PSUPDRVSESSION *)&pFileObj->FsContext, NULL);
    12511251                    supdrvSessionRelease(pSession);
     
    22062206
    22072207# ifdef VBOX_WITH_MINIMAL_HARDENING
    2208 /** 
    2209  * Performs pre-opening of .r0 image checks. 
    2210  * 
    2211  * When minimal hardening is enabled, we require the images loaded to be signed 
    2212  * by the build certificate, thus liminiting what we load to things we have 
     2208/**
     2209 * Performs pre-opening of .r0 image checks.
     2210 *
     2211 * When minimal hardening is enabled, we require the images loaded to be signed
     2212 * by the build certificate, thus liminiting what we load to things we have
    22132213 * built ourselves.
    22142214 */
    22152215static int supdrvOSLdrCheckBeforeOpen(PUNICODE_STRING pUniStrPath, HANDLE *phImage)
    22162216{
    2217     /* 
     2217    /*
    22182218     * Open the image file, denying write accesses.
    22192219     */
  • trunk/src/VBox/VMM/VMMR0/VMMR0.def

    r106922 r106930  
    4545    IOMMmioResetRegion                      ; not-arm64
    4646    IOMMmioMapMmio2Page                     ; not-arm64
    47     RTLogDefaultInstance                   
    48     RTLogDefaultInstanceEx                 
    49     RTLogGetDefaultInstanceEx               
    50     RTLogRelGetDefaultInstance             
    51     RTLogRelGetDefaultInstanceEx           
    52     RTLogLogger                             
    53     RTLogLoggerEx                           
    54     RTLogLoggerExV                         
    55     RTStrPrintf                             
    56     RTTimeMilliTS                           
    57     RTTraceBufAddMsgF                       
    58     RTTraceBufAddPos                       
    59     RTTraceBufAddPosMsgF                   
     47    RTLogDefaultInstance
     48    RTLogDefaultInstanceEx
     49    RTLogGetDefaultInstanceEx
     50    RTLogRelGetDefaultInstance
     51    RTLogRelGetDefaultInstanceEx
     52    RTLogLogger
     53    RTLogLoggerEx
     54    RTLogLoggerExV
     55    RTStrPrintf
     56    RTTimeMilliTS
     57    RTTraceBufAddMsgF
     58    RTTraceBufAddPos
     59    RTTraceBufAddPosMsgF
    6060    TMTimerFromMilli                        ; not-arm64
    6161    TMTimerFromMicro                        ; not-arm64
     
    9191    RTAssertShouldPanic
    9292    RTCrc32                                 ; not-arm64
    93     RTOnceSlow                             
     93    RTOnceSlow
    9494    RTTimeNanoTSLegacySyncInvarNoDelta      ; not-arm64
    9595    RTTimeNanoTSLegacySyncInvarWithDelta    ; not-arm64
     
    9797    RTTimeNanoTSLFenceSyncInvarNoDelta      ; not-arm64
    9898    RTTimeNanoTSLFenceSyncInvarWithDelta    ; not-arm64
    99     RTTimeNanoTSLFenceAsync                 ; not-arm64   
     99    RTTimeNanoTSLFenceAsync                 ; not-arm64
    100100    RTTimeSystemNanoTS
    101101    RTTimeNanoTS
     
    105105    ASMBitFirstSet                          ; not-arm64
    106106    ASMNopPause                             ; not-arm64
    107     nocrt_memchr                           
    108     nocrt_memcmp                           
    109     nocrt_memcpy                           
    110     memcpy=nocrt_memcpy                     
    111     nocrt_memmove                           
    112     nocrt_memset                           
    113     memset=nocrt_memset                     
    114     nocrt_strcpy                           
    115     nocrt_strcmp                           
    116     nocrt_strchr                           
    117     nocrt_strlen                           
     107    nocrt_memchr
     108    nocrt_memcmp
     109    nocrt_memcpy
     110    memcpy=nocrt_memcpy
     111    nocrt_memmove
     112    nocrt_memset
     113    memset=nocrt_memset
     114    nocrt_strcpy
     115    nocrt_strcmp
     116    nocrt_strchr
     117    nocrt_strlen
    118118
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