]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: remove a wrong hack of delivery PIT intr to vcpu0
authorYang Zhang <yang.z.zhang@Intel.com>
Wed, 12 Dec 2012 05:05:12 +0000 (13:05 +0800)
committerGleb Natapov <gleb@redhat.com>
Sun, 23 Dec 2012 08:04:35 +0000 (10:04 +0200)
commit8c0fd47dc64f2152006554a7f10df780ed617283
tree038149d2708d00ac6411a22fd90eca82531260a5
parent1748cdaf04beaff8de537e39ea44cfb99815a1bf
KVM: remove a wrong hack of delivery PIT intr to vcpu0

This hack is wrong. The pin number of PIT is connected to
2 not 0. This means this hack never takes effect. So it is ok
to remove it.

Signed-off-by: Yang Zhang <yang.z.zhang@Intel.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
virt/kvm/ioapic.c