VirtualBox

Ignore:
Timestamp:
Sep 14, 2009 5:00:11 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
52311
Message:

VMM,Main,Devices,VBoxBFE: VMReqCallVoid[U] -> VMR3ReqCallVoidWait. Retired the two old APIs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/DisplayImpl.cpp

    r23012 r23015  
    16941694
    16951695    /* pdm.h says that this has to be called from the EMT thread */
    1696     PVMREQ pReq;
    1697     int rcVBox = VMR3ReqCallVoid(pVM, VMCPUID_ANY, &pReq, RT_INDEFINITE_WAIT,
    1698         (PFNRT)mpDrv->pUpPort->pfnUpdateDisplayAll, 1, mpDrv->pUpPort);
    1699     if (RT_SUCCESS(rcVBox))
    1700         VMR3ReqFree(pReq);
    1701 
     1696    int rcVBox = VMR3ReqCallVoidWait(pVM, VMCPUID_ANY,
     1697                                     (PFNRT)mpDrv->pUpPort->pfnUpdateDisplayAll, 1, mpDrv->pUpPort);
    17021698    alock.enter ();
    17031699
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