]> git.proxmox.com Git - mirror_qemu.git/commit - cpu-exec.c
cpu-exec: Print to console if the guest is late
authorSebastian Tanase <sebastian.tanase@openwide.fr>
Fri, 25 Jul 2014 09:56:32 +0000 (11:56 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 6 Aug 2014 15:53:07 +0000 (17:53 +0200)
commit7f7bc144ed653c6026ec956045224666abdec316
tree5f6edeb8148d1c2c8b681b0f786125c28b4e9bc2
parentc2aa5f819900660f936faadfe92fe5d60a562482
cpu-exec: Print to console if the guest is late

If the align option is enabled, we print to the user whenever
the guest clock is behind the host clock in order for he/she
to have a hint about the actual performance. The maximum
print interval is 2s and we limit the number of messages to 100.
If desired, this can be changed in cpu-exec.c

Signed-off-by: Sebastian Tanase <sebastian.tanase@openwide.fr>
Tested-by: Camille Bégué <camille.begue@openwide.fr>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
cpu-exec.c