On 09/01/2015 03:19, Fam Zheng wrote:
>> > /**
>> > + * timer_init:
>> > + * @clock: the clock to associate with the timer
> s/@clock/@type/
>
> And similarly below.
Doh, cut-and-paste error (it's also in timer_new and friends).
>> > + * @scale: the scale value for the timer
>> > + * @cb: the
On Thu, 01/08 11:03, Paolo Bonzini wrote:
> These functions for the main loop TimerListGroup will replace
> timer_new and timer_new_ns/us/ms.
>
> Signed-off-by: Paolo Bonzini
> ---
> include/qemu/timer.h | 73
>
> 1 file changed, 73 insertion
These functions for the main loop TimerListGroup will replace
timer_new and timer_new_ns/us/ms.
Signed-off-by: Paolo Bonzini
---
include/qemu/timer.h | 73
1 file changed, 73 insertions(+)
diff --git a/include/qemu/timer.h b/include/qemu/time