commit | 8c35f237fb5664d30aa90448c3d6cea0cbb43f35 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Mon Feb 25 10:28:31 2008 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Tue Mar 04 15:19:48 2008 +0200 |
tree | 1de7e021aff7ac0593ed9307045f6dd4fa771995 | |
parent | 0b975a3c2d53829fa978e18fabae7d99031f588f [diff] |
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: Avi Kivity <avi@qumranet.com>