Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | KVM: Route irq 0 to vcpu 0 exclusively | Avi Kivity | 2008-03-04 |
| | | | | | | | | | | 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> | ||
* | KVM: Move ioapic code to common directory. | Zhang Xiantao | 2008-01-30 |
Move ioapic code to common, since IA64 also needs it. Signed-off-by: Zhang Xiantao <xiantao.zhang@intel.com> Signed-off-by: Avi Kivity <avi@qumranet.com> |