Re: [kvm-devel] modify apic timer last_update to precisely reflect hrtimer fire point.

2007-08-13 Thread Avi Kivity
Dong, Eddie wrote: cleanup: last_update should precisely reflect the time when an hrtimer is fired, and store the period of apic timer to avoid calculation each time. This doesn't apply, I'm guessing it depends on the previous patch. Will wait for your

[kvm-devel] modify apic timer last_update to precisely reflect hrtimer fire point.

2007-08-10 Thread Dong, Eddie
cleanup: last_update should precisely reflect the time when an hrtimer is fired, and store the period of apic timer to avoid calculation each time. Signed-off-by: Yaozu (Eddie) Dong [EMAIL PROTECTED] diff --git a/drivers/kvm/irq.h b/drivers/kvm/irq.h index