Re: [Qemu-devel] [PATCH 02/13] qemu-timer: remove active_timers array
On 10/11/2011 06:35 AM, Paolo Bonzini wrote: Embed the list in the QEMUClock instead. Signed-off-by: Paolo Bonzini Reviewed-by: Anthony Liguori Regards, Anthony Liguori --- qemu-timer.c | 59 +++-- 1 files changed, 28 insertions(+),
[Qemu-devel] [PATCH 02/13] qemu-timer: remove active_timers array
Embed the list in the QEMUClock instead. Signed-off-by: Paolo Bonzini --- qemu-timer.c | 59 +++-- 1 files changed, 28 insertions(+), 31 deletions(-) diff --git a/qemu-timer.c b/qemu-timer.c index ad1fc8b..acf7a15 100644 --- a/qemu-timer.c +