File: warpguest.dita

package info (click to toggle)
virtualbox 7.1.12-dfsg-2
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 565,672 kB
  • sloc: ansic: 2,330,854; cpp: 2,193,228; asm: 230,777; python: 223,895; xml: 86,771; sh: 25,541; makefile: 8,158; perl: 5,697; java: 5,337; cs: 4,872; pascal: 1,782; javascript: 1,692; objc: 1,131; lex: 931; php: 906; sed: 899; yacc: 707
file content (22 lines) | stat: -rw-r--r-- 1,560 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic xml:lang="en-us" id="warpguest">
  <title>Accelerate or Slow Down the Guest Clock</title>
  
  <body>
    <p>For certain purposes it can be useful to accelerate or to slow down the virtual guest clock. This can be achieved
      as follows: </p>
    <pre xml:space="preserve">$ VBoxManage setextradata <varname>VM-name</varname> "VBoxInternal/TM/WarpDrivePercentage" 200</pre>
    <p>The above example will double the speed of the guest clock while </p>
    <pre xml:space="preserve">$ VBoxManage setextradata <varname>VM-name</varname> "VBoxInternal/TM/WarpDrivePercentage" 50</pre>
    <p>will halve the speed of the guest clock. Note that changing the rate of the virtual clock can confuse the guest
      and can even lead to abnormal guest behavior. For instance, a higher clock rate means shorter timeouts for virtual
      devices with the result that a slightly increased response time of a virtual device due to an increased host load
      can cause guest failures. Note further that any time synchronization mechanism will frequently try to
      resynchronize the guest clock with the reference clock, which is the host clock if the <ph
        conkeyref="vbox-conkeyref-phrases/product-name"/> Guest Additions are active. Therefore any time synchronization
      should be disabled if the rate of the guest clock is changed as described above. See <xref
        href="changetimesync.dita#changetimesync"/>. </p>
  </body>
  
</topic>