VirtualBox

Changeset 90981 in vbox for trunk/include


Ignore:
Timestamp:
Aug 29, 2021 12:50:29 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146620
Message:

VMM: Changed pgmLock to pass VINF_SUCCESS to PDMCritSectEnter and removed VMMCALLRING3_PDM_LOCK. bugref:6695

Location:
trunk/include/VBox/vmm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmapi.h

    r89620 r90981  
    170170                                            PPPDMIBASE ppBase);
    171171VMMR3DECL(void)         PDMR3DmaRun(PVM pVM);
    172 VMMR3_INT_DECL(int)     PDMR3LockCall(PVM pVM);
    173172
    174173VMMR3_INT_DECL(int)     PDMR3VmmDevHeapAlloc(PVM pVM, size_t cbSize, PFNPDMVMMDEVHEAPNOTIFY pfnNotify, RTR3PTR *ppv);
  • trunk/include/VBox/vmm/vmm.h

    r90980 r90981  
    5555    /** Invalid operation.  */
    5656    VMMCALLRING3_INVALID = 0,
    57     /** Acquire the PDM lock. */
    58     VMMCALLRING3_PDM_LOCK,
    5957    /** Acquire the critical section specified as argument.  */
    6058    VMMCALLRING3_PDM_CRIT_SECT_ENTER,
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