Searched refs:cMsMaxDowntime (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DVM.cpp1754 * @param cMsMaxDowntime The maximum downtime given as milliseconds.
1767 static DECLCALLBACK(int) vmR3Save(PVM pVM, uint32_t cMsMaxDowntime, const char *pszFilename, PCSSMSTRMOPS pStreamOps, void *pvStreamOpsUser, argument
1773 LogFlow(("vmR3Save: pVM=%p cMsMaxDowntime=%u pszFilename=%p:{%s} pStreamOps=%p pvStreamOpsUser=%p enmAfter=%d pfnProgress=%p pvProgressUser=%p ppSSM=%p\n",
1774 pVM, cMsMaxDowntime, pszFilename, pszFilename, pStreamOps, pvStreamOpsUser, enmAfter, pfnProgress, pvProgressUser, ppSSM));
1814 rc = SSMR3LiveSave(pVM, cMsMaxDowntime, pszFilename, pStreamOps, pvStreamOpsUser,
1830 * @param cMsMaxDowntime The maximum downtime given as milliseconds.
1842 static int vmR3SaveTeleport(PVM pVM, uint32_t cMsMaxDowntime, argument
1852 (PFNRT)vmR3Save, 10, pVM, cMsMaxDowntime, pszFilename, pStreamOps, pvStreamOpsUser,
1953 int rc = vmR3SaveTeleport(pVM, 250 /*cMsMaxDowntime*/,
1996 int rc = vmR3SaveTeleport(pVM, 250 /*cMsMaxDowntime*/,
2023 VMR3Teleport(PUVM pUVM, uint32_t cMsMaxDowntime, PCSSMSTRMOPS pStreamOps, void *pvStreamOpsUser, PFNVMPROGRESS pfnProgress, void *pvProgressUser, bool *pfSuspended) argument
[all...]
H A DPGMSavedState.cpp1958 uint32_t cMsMaxDowntime = SSMR3HandleMaxDowntime(pSSM); local
1959 if (cMsMaxDowntime < 32)
1960 cMsMaxDowntime = 32;
1961 if ( ( cMsLeftLong <= cMsMaxDowntime
1962 && cMsLeftShort < cMsMaxDowntime)
1963 || cMsLeftShort < cMsMaxDowntime / 2
1966 Log(("pgmR3LiveVote: VINF_SUCCESS - pass=%d cDirtyPagesShort=%u|%ums cDirtyPagesLong=%u|%ums cMsMaxDowntime=%u\n",
1967 uPass, cDirtyPagesShort, cMsLeftShort, cDirtyPagesLong, cMsLeftLong, cMsMaxDowntime));
H A DSSM.cpp516 uint32_t cMsMaxDowntime; member in struct:SSMHANDLE::__anon16861::__anon16862
5137 pSSM->u.Write.cMsMaxDowntime = UINT32_MAX;
5677 * @param cMsMaxDowntime The maximum downtime given as milliseconds.
5690 VMMR3_INT_DECL(int) SSMR3LiveSave(PVM pVM, uint32_t cMsMaxDowntime,
5695 LogFlow(("SSMR3LiveSave: cMsMaxDowntime=%u pszFilename=%p:{%s} pStreamOps=%p pvStreamOpsUser=%p enmAfter=%d pfnProgress=%p pvProgressUser=%p\n",
5696 cMsMaxDowntime, pszFilename, pszFilename, pStreamOps, pvStreamOpsUser, enmAfter, pfnProgress, pvProgressUser));
5735 pSSM->u.Write.cMsMaxDowntime = cMsMaxDowntime;
9323 return pSSM->u.Write.cMsMaxDowntime;
/vbox/src/VBox/ValidationKit/tests/teleportation/
H A DtdTeleportLocal1.py874 def test1Sub1DoTeleport(self, oSession, sHostname, uPort, sPassword, cMsMaxDowntime, hrcExpected, sTestName):
879 oProgress = oSession.o.console.teleport(sHostname, uPort, sPassword, cMsMaxDowntime);
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py2091 def teleport(self, sHostname = 'localhost', uPort = 6500, sPassword = 'password', cMsMaxDowntime = 250):
2096 reporter.log2('"%s"::teleport(%s,%s,%s,%s)...' % (self.sName, sHostname, uPort, sPassword, cMsMaxDowntime));
2098 oProgress = self.o.console.teleport(sHostname, uPort, sPassword, cMsMaxDowntime)
2100 reporter.errorXcpt('IConsole::teleport(%s,%s,%s,%s) failed' % (sHostname, uPort, sPassword, cMsMaxDowntime));
/vbox/include/VBox/vmm/
H A Dssm.h1185 VMMR3_INT_DECL(int) SSMR3LiveSave(PVM pVM, uint32_t cMsMaxDowntime,

Completed in 92 milliseconds