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 Bonzinipbonz...@redhat.com Reviewed-by: Anthony Liguori aligu...@us.ibm.com Regards, Anthony Liguori --- qemu-timer.c | 25 +

[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 pbonz...@redhat.com --- 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