mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
b03b2e48cb
commit
6ee093c907
44 changed files with 130 additions and 113 deletions
|
@ -99,7 +99,7 @@ void kvmppc_init(void)
|
|||
* an idle guest does no IO, qemu's device model will never get a chance to
|
||||
* run. So, until Qemu gains IO threads, we create this timer to ensure
|
||||
* that the device model gets a chance to run. */
|
||||
kvmppc_timer_rate = ticks_per_sec / 10;
|
||||
kvmppc_timer_rate = get_ticks_per_sec() / 10;
|
||||
kvmppc_timer = qemu_new_timer(vm_clock, &kvmppc_timer_hack, NULL);
|
||||
qemu_mod_timer(kvmppc_timer, qemu_get_clock(vm_clock) + kvmppc_timer_rate);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue