From: Avi Kivity Date: Mon, 25 Feb 2008 08:28:31 +0000 (+0200) Subject: KVM: Route irq 0 to vcpu 0 exclusively X-Git-Tag: v2.6.25-rc4~97^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c35f237fb5664d30aa90448c3d6cea0cbb43f35;p=pandora-kernel.git 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 --- Reading git-diff-tree failed