Skip to content
Commit 8c35f237 authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: Route irq 0 to vcpu 0 exclusively



Some Linux versions allow the timer interrupt to be processed by more than
one cpu, leading to hangs due to tsc instability.  Work around the issue
by only disaptching the interrupt to vcpu 0.

Problem analyzed (and patch tested) by Sheng Yang.

Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent 0b975a3c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment