]> git.proxmox.com Git - qemu.git/commit
qtest: add clock management
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 28 Mar 2012 13:42:04 +0000 (15:42 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 30 Mar 2012 13:14:11 +0000 (08:14 -0500)
commit8156be561019bd0fc17729e9a528f6c81eea9186
tree60af2c66cf7494076505deeeaff3387c42b78b8e
parent2028834574e75de9d34995fbaf09a8b35cb9daa0
qtest: add clock management

This patch combines qtest and -icount together to turn the vm_clock
into a source that can be fully managed by the client.  To this end new
commands clock_step and clock_set are added.  Hooking them with libqtest
is left as an exercise to the reader.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
cpus.c
cpus.h
qemu-timer.c
qemu-timer.h
qtest.c