search for: timer_

Displaying 2 results from an estimated 2 matches for "timer_".

Did you mean: timer
2007 Apr 18
0
[RFC, PATCH 23/24] i386 Vmi timer patch
...interrupt. This method for determining a cycle counter frequency is unreliable on virtual hardware since the VCPU may be preempted by the hypervisor during this calculation. Instead, the VMI Time device determines the frequency of the VMI cycle counters by querying the VMI. 2) The timer_irq_works() algorithm is problematic in a virtual environment for various reasons, and is avoided. When running on a hypervisor, the kernel can assume that the alarm will be wired up correctly to the interrupt controller and this logic is avoided altogether. 3) Rather than keeping kernel...
2007 Apr 18
0
[RFC, PATCH 23/24] i386 Vmi timer patch
...interrupt. This method for determining a cycle counter frequency is unreliable on virtual hardware since the VCPU may be preempted by the hypervisor during this calculation. Instead, the VMI Time device determines the frequency of the VMI cycle counters by querying the VMI. 2) The timer_irq_works() algorithm is problematic in a virtual environment for various reasons, and is avoided. When running on a hypervisor, the kernel can assume that the alarm will be wired up correctly to the interrupt controller and this logic is avoided altogether. 3) Rather than keeping kernel...