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)
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>

No differences found