]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
introduce and use qemu_clock_enable
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 10 Mar 2010 10:38:47 +0000 (11:38 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 17 Mar 2010 16:14:53 +0000 (11:14 -0500)
commit972abbe03beaf78e736edb2031f939a8c08a57b0
tree3a82b739342d2165677e41e4e8c35378c4b61dd0
parent8c04ba55f91c8379c512d12d121cc9c1e1f9c755
introduce and use qemu_clock_enable

By adding the possibility to turn on/off a clock, yet another
incestuous relationship between timers and CPUs can be disentangled.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vl.c