Re: [Qemu-devel] [PATCH] timer: drop HPET and RTC

2011-05-31 Thread Paolo Bonzini
On 05/31/2011 05:53 PM, Anthony Liguori wrote: dynticks will provide equally good timer granularity on all modern Linux systems. This is more or less dead code these days. Signed-off-by: Anthony Liguori Acked-by: Paolo Bonzini Bonus points for making a dynticks version of setitimer. Paolo

[Qemu-devel] [PATCH] timer: drop HPET and RTC

2011-05-31 Thread Anthony Liguori
dynticks will provide equally good timer granularity on all modern Linux systems. This is more or less dead code these days. Signed-off-by: Anthony Liguori diff --git a/qemu-timer.c b/qemu-timer.c index 4141b6e..72066c7 100644 --- a/qemu-timer.c +++ b/qemu-timer.c @@ -39,15 +39,6 @@ #include