[PATCH 2/3] Fix time drift problem under high load when PIT is in use.

2008-06-29 Thread Gleb Natapov
Count the number of interrupts that was lost due to interrupt coalescing and re-inject them back when possible. This fixes time drift problem when pit is used as a time source. Signed-off-by: Gleb Natapov [EMAIL PROTECTED] --- hw/i8254.c | 20 +++- 1 files changed, 19

Re: [PATCH 2/3] Fix time drift problem under high load when PIT is in use.

2008-06-29 Thread Dor Laor
On Sun, 2008-06-29 at 16:59 +0300, Gleb Natapov wrote: Count the number of interrupts that was lost due to interrupt coalescing and re-inject them back when possible. This fixes time drift problem when pit is used as a time source. Signed-off-by: Gleb Natapov [EMAIL PROTECTED] ---