Searched defs:VMR3Save (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DVM.cpp1555 * EMT rendezvous worker for VMR3Save and VMR3Teleport that suspends the VM
1652 * EMT rendezvous worker that VMR3Save and VMR3Teleport uses to clean up a
1698 * EMT(0) worker for VMR3Save and VMR3Teleport that completes the live save.
1793 rc = vmR3TrySetState(pVM, "VMR3Save", 2,
1825 * Common worker for VMR3Save and VMR3Teleport.
1931 VMMR3DECL(int) VMR3Save(PUVM pUVM, const char *pszFilename, bool fContinueAfterwards, PFNVMPROGRESS pfnProgress, void *pvUser, bool *pfSuspended) function
1933 LogFlow(("VMR3Save: pUVM=%p pszFilename=%p:{%s} fContinueAfterwards=%RTbool pfnProgress=%p pvUser=%p pfSuspended=%p\n",
1957 LogFlow(("VMR3Save: returns %Rrc (*pfSuspended=%RTbool)\n", rc, *pfSuspended));
2042 * Join paths with VMR3Save.

Completed in 112 milliseconds