VirtualBox

Changeset 4943 in vbox for trunk/src/VBox/VMM/VMReq.cpp


Ignore:
Timestamp:
Sep 21, 2007 7:53:12 AM (17 years ago)
Author:
vboxsync
Message:

Return from VMR3ReqWait, if the request was killed in vmR3DestroyFinalBit.

File:
1 edited

Legend:

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

    r4071 r4943  
    621621            rc = RTSemEventWait(pReq->EventSem, RT_INDEFINITE_WAIT);
    622622            Assert(rc != VERR_TIMEOUT);
    623         } while (pReq->enmState != VMREQSTATE_COMPLETED);
     623        } while (   pReq->enmState != VMREQSTATE_COMPLETED
     624                 && pReq->enmState != VMREQSTATE_INVALID);
    624625    }
    625626    if (VBOX_SUCCESS(rc))
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