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)
commit871a069db9f29938071b3d214cb964980071ffbf
tree038149d2708d00ac6411a22fd90eca82531260a5
parent7e64e0597fd67c975bfa3e76401bfbcdd5ae0ff9
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