VirtualBox

Changeset 91955 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Oct 21, 2021 2:26:20 PM (3 years ago)
Author:
vboxsync
Message:

VMM,Devices: Eliminate direct calls to PDMR3AsyncCompletion* and PDMR3BlkCache* and use the device helper callbacks, bugref:10074 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp

    r91945 r91955  
    22382238    PDMR3ThreadResume,
    22392239    pdmR3DrvHlp_AsyncCompletionTemplateCreate,
     2240    PDMR3AsyncCompletionTemplateDestroy,
     2241    PDMR3AsyncCompletionEpCreateForFile,
     2242    PDMR3AsyncCompletionEpClose,
     2243    PDMR3AsyncCompletionEpGetSize,
     2244    PDMR3AsyncCompletionEpSetSize,
     2245    PDMR3AsyncCompletionEpSetBwMgr,
     2246    PDMR3AsyncCompletionEpFlush,
     2247    PDMR3AsyncCompletionEpRead,
     2248    PDMR3AsyncCompletionEpWrite,
    22402249    pdmR3DrvHlp_NetShaperAttach,
    22412250    pdmR3DrvHlp_NetShaperDetach,
     
    22582267    pdmR3DrvHlp_CallR0,
    22592268    pdmR3DrvHlp_BlkCacheRetain,
     2269    PDMR3BlkCacheRelease,
     2270    PDMR3BlkCacheClear,
     2271    PDMR3BlkCacheSuspend,
     2272    PDMR3BlkCacheResume,
     2273    PDMR3BlkCacheIoXferComplete,
     2274    PDMR3BlkCacheRead,
     2275    PDMR3BlkCacheWrite,
     2276    PDMR3BlkCacheFlush,
     2277    PDMR3BlkCacheDiscard,
    22602278    pdmR3DrvHlp_VMGetSuspendReason,
    22612279    pdmR3DrvHlp_VMGetResumeReason,
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