KVM: make irq ack notifications aware of routing table
authorMarcelo Tosatti <mtosatti@redhat.com>
Tue, 27 Jan 2009 17:12:38 +0000 (15:12 -0200)
committerAvi Kivity <avi@redhat.com>
Tue, 24 Mar 2009 09:03:08 +0000 (11:03 +0200)
commit44882eed2ebe7f75f8cdae5671ab1d6e0fa40dbc
treee026a4067370e2dac1a5a3a9d9995e2b6f82ba49
parent934d534f8a5a39e20d5682b3a3a45ff351706b59
KVM: make irq ack notifications aware of routing table

IRQ ack notifications assume an identity mapping between pin->gsi,
which might not be the case with, for example, HPET.

Translate before acking.

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Acked-by: Gleb Natapov <gleb@redhat.com>
arch/x86/kvm/i8259.c
arch/x86/kvm/irq.h
include/linux/kvm_host.h
virt/kvm/ioapic.c
virt/kvm/irq_comm.c