Searched defs:VMR3Teleport (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.
1825 * Common worker for VMR3Save and VMR3Teleport.
1950 * Join paths with VMR3Teleport.
1994 * Join paths with VMR3Teleport.
2023 VMMR3DECL(int) VMR3Teleport(PUVM pUVM, uint32_t cMsMaxDowntime, PCSSMSTRMOPS pStreamOps, void *pvStreamOpsUser, function
2026 LogFlow(("VMR3Teleport: pUVM=%p cMsMaxDowntime=%u pStreamOps=%p pvStreamOps=%p pfnProgress=%p pvProgressUser=%p\n",
2048 LogFlow(("VMR3Teleport: returns %Rrc (*pfSuspended=%RTbool)\n", rc, *pfSuspended));

Completed in 40 milliseconds