KVM: Convert mask notifiers to use irqchip/pin instead of gsi
authorGleb Natapov <gleb@redhat.com>
Sun, 11 Jul 2010 12:32:23 +0000 (15:32 +0300)
committerAvi Kivity <avi@redhat.com>
Mon, 2 Aug 2010 03:40:39 +0000 (06:40 +0300)
Devices register mask notifier using gsi, but irqchip knows about
irqchip/pin, so conversion from irqchip/pin to gsi should be done before
looking for mask notifier to call.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>

No differences found