VirtualBox

Changeset 97815 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Dec 15, 2022 7:39:35 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
154895
Message:

VMM: Don't assume a teleportation operation when VMR3LoadFromStream() is used because it might be used for fully encrypted VMs as well letting VMR3TeleportedAndNotFullyResumedYet() giving a wrong result

Location:
trunk/src/VBox/Main/src-client
Files:
2 edited

Legend:

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

    r97367 r97815  
    1110711107                                                              pStreamOps, pvStreamOpsUser,
    1110811108                                                              Console::i_stateProgressCallback,
    11109                                                               static_cast<IProgress *>(pTask->mProgress));
     11109                                                              static_cast<IProgress *>(pTask->mProgress),
     11110                                                              false /*fTeleporting*/);
    1111011111                    }
    1111111112#else
  • TabularUnified trunk/src/VBox/Main/src-client/ConsoleImplTeleporter.cpp

    r96407 r97815  
    13691369            vrc = pState->mpVMM->pfnVMR3LoadFromStream(pState->mpUVM,
    13701370                                                       &g_teleporterTcpOps, pvUser2,
    1371                                                        teleporterProgressCallback, pvUser2);
     1371                                                       teleporterProgressCallback, pvUser2,
     1372                                                       true /*fTeleporting*/);
    13721373
    13731374            RTSocketRelease(pState->mhSocket);
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