VirtualBox

Changeset 97815 in vbox for trunk/include/VBox


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/vmapi.h

    r96407 r97815  
    400400VMMR3DECL(int)          VMR3LoadFromFile(PUVM pUVM, const char *pszFilename, PFNVMPROGRESS pfnProgress, void *pvUser);
    401401VMMR3DECL(int)          VMR3LoadFromStream(PUVM pUVM, PCSSMSTRMOPS pStreamOps, void *pvStreamOpsUser,
    402                                            PFNVMPROGRESS pfnProgress, void *pvProgressUser);
     402                                           PFNVMPROGRESS pfnProgress, void *pvProgressUser, bool fTeleporting);
    403403
    404404VMMR3DECL(int)          VMR3PowerOff(PUVM pUVM);
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