VirtualBox

Changeset 19692 in vbox


Ignore:
Timestamp:
May 14, 2009 12:29:36 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47301
Message:

Don't wait for completion of IPI request packets of course.

File:
1 edited

Legend:

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

    r19668 r19692  
    12131213
    12141214    PVMREQ pReq;
    1215     int rc = VMR3ReqCallU(pVM->pUVM, idCpu, &pReq, RT_INDEFINITE_WAIT, 0,
     1215    int rc = VMR3ReqCallU(pVM->pUVM, idCpu, &pReq, 0, VMREQFLAGS_NO_WAIT,
    12161216                          (PFNRT)vmmR3SendSipi, 3, pVM, idCpu, uVector);
    12171217    AssertRC(rc);
    1218     VMR3ReqFree(pReq);
    12191218}
    12201219
     
    12301229
    12311230    PVMREQ pReq;
    1232     int rc = VMR3ReqCallU(pVM->pUVM, idCpu, &pReq, RT_INDEFINITE_WAIT, 0,
     1231    int rc = VMR3ReqCallU(pVM->pUVM, idCpu, &pReq, 0, VMREQFLAGS_NO_WAIT,
    12331232                          (PFNRT)vmmR3SendInitIpi, 2, pVM, idCpu);
    12341233    AssertRC(rc);
    1235     VMR3ReqFree(pReq);
    12361234}
    12371235
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