VirtualBox

Changeset 19102 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Apr 22, 2009 10:09:47 AM (16 years ago)
Author:
vboxsync
Message:

VMM: Don't signal REM during destruction, we won't be stuck in there.

File:
1 edited

Legend:

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

    r19101 r19102  
    17701770        if (pUVM->pVM)
    17711771            VM_FF_SET(pUVM->pVM, VM_FF_TERMINATE);
    1772         VMR3NotifyFFU(pUVM, false);
     1772        VMR3NotifyFFU(pUVM, true /* fNotifiedREM */);
    17731773        if (pUVM->aCpus[i].vm.s.EventSemWait != NIL_RTSEMEVENT) /** @todo remove test when we start initializing it! */
    17741774            RTSemEventSignal(pUVM->aCpus[i].vm.s.EventSemWait);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette