VirtualBox

Ignore:
Timestamp:
Nov 23, 2009 3:37:58 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
55135
Message:

Main,VMM,VBoxManage: Added a parameter to IConsole::Teleport for specifying a max downtime and made PGM compare this against a rough estimate of the time it would take to deal with the rest of the pages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r24865 r24874  
    64426442  <interface
    64436443     name="IConsole" extends="$unknown"
    6444      uuid="55dd56a5-1d1d-4d81-b742-b082b9571be6"
     6444     uuid="6375231a-c17c-464b-92cb-ae9e128d71c3"
    64456445     wsmap="managed"
    64466446     >
     
    71477147      <param name="password" type="wstring" dir="in">
    71487148        <desc>The password.</desc>
     7149      </param>
     7150      <param name="maxDowntime" type="unsigned long" dir="in">
     7151        <desc>
     7152          The maximum allowed downtime given as milliseconds.  0 is not a valid
     7153          value.  Recommended value: 250 ms.
     7154
     7155          The higher the value is, the greater the chance for a successful
     7156          teleportation.  A small value may easily result in the teleportation
     7157          process taking hours and eventually fail.
     7158
     7159          <note>
     7160            The current implementation treats this a guideline, not as an
     7161            absolute rule.
     7162          </note>
     7163        </desc>
    71497164      </param>
    71507165      <param name="progress" type="IProgress" dir="return">
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