VirtualBox

Ignore:
Timestamp:
Jun 25, 2013 5:39:02 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86721
Message:

VMM: Suspend and resume reasons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImplTeleporter.cpp

    r46326 r46788  
    888888                        {
    889889                            autoLock.release();
    890                             int rc = VMR3Resume(pState->mpUVM);
     890                            int rc = VMR3Resume(pState->mpUVM, VMRESUMEREASON_TELEPORT_FAILED);
    891891                            AssertLogRelMsgRC(rc, ("VMR3Resume -> %Rrc\n", rc));
    892892                            autoLock.acquire();
     
    14131413                {
    14141414                    if (!strcmp(szCmd, "hand-over-resume"))
    1415                         vrc = VMR3Resume(pState->mpUVM);
     1415                        vrc = VMR3Resume(pState->mpUVM, VMRESUMEREASON_TELEPORTED);
    14161416                    else
    14171417                        pState->mptrConsole->setMachineState(MachineState_Paused);
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