Re: [Qemu-devel] [PATCH 04/13] qemu-timer: more clock functions

2011-10-17 Thread Anthony Liguori
On 10/11/2011 06:35 AM, Paolo Bonzini wrote: These will be used when moving icount accounting to cpus.c. Signed-off-by: Paolo Bonzini Reviewed-by: Anthony Liguori Regards, Anthony Liguori --- qemu-timer.c | 25 + qemu-timer.h |3 +++ 2 files changed, 28 i

[Qemu-devel] [PATCH 04/13] qemu-timer: more clock functions

2011-10-11 Thread Paolo Bonzini
These will be used when moving icount accounting to cpus.c. Signed-off-by: Paolo Bonzini --- qemu-timer.c | 25 + qemu-timer.h |3 +++ 2 files changed, 28 insertions(+), 0 deletions(-) diff --git a/qemu-timer.c b/qemu-timer.c index e2551f3..ebb5089 100644 --- a/qem