VirtualBox

Changeset 25730 in vbox


Ignore:
Timestamp:
Jan 11, 2010 3:29:20 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56474
Message:

VMReq.cpp: Set the EMTs as signallers of the request semaphores.

File:
1 edited

Legend:

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

    r25728 r25730  
    637637                    if (RT_FAILURE(rc))
    638638                        return rc;
     639#ifdef VBOX_STRICT
     640                    for (VMCPUID idCpu = 0; idCpu < pUVM->cCpus; idCpu++)
     641                        RTSemEventAddSignaller(pReq->EventSem, pUVM->aCpus[idCpu].vm.s.ThreadEMT);
     642#endif
    639643                }
    640644                pReq->fEventSemClear = true;
     
    680684        return rc;
    681685    }
     686#ifdef VBOX_STRICT
     687    for (VMCPUID idCpu = 0; idCpu < pUVM->cCpus; idCpu++)
     688        RTSemEventAddSignaller(pReq->EventSem, pUVM->aCpus[idCpu].vm.s.ThreadEMT);
     689#endif
    682690
    683691    /*
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