VirtualBox

Changeset 23015 in vbox for trunk/src/VBox/VMM/testcase


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/VMM/testcase/tstMicro.cpp

    r19300 r23015  
    353353         * Do testing.
    354354         */
    355         PVMREQ pReq1 = NULL;
    356         rc = VMR3ReqCallVoid(pVM, VMCPUID_ANY, &pReq1, RT_INDEFINITE_WAIT, (PFNRT)doit, 1, pVM);
     355        rc = VMR3ReqCallVoidWait(pVM, VMCPUID_ANY, (PFNRT)doit, 1, pVM);
    357356        AssertRC(rc);
    358         VMR3ReqFree(pReq1);
    359 
    360357        STAMR3Dump(pVM, "*");
    361358
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