commit | 44882eed2ebe7f75f8cdae5671ab1d6e0fa40dbc | [log] [tgz] |
---|---|---|
author | Marcelo Tosatti <mtosatti@redhat.com> | Tue Jan 27 15:12:38 2009 -0200 |
committer | Avi Kivity <avi@redhat.com> | Tue Mar 24 11:03:08 2009 +0200 |
tree | e026a4067370e2dac1a5a3a9d9995e2b6f82ba49 | |
parent | 934d534f8a5a39e20d5682b3a3a45ff351706b59 [diff] |
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>