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)
commit4a994358b919c3b14de61be5e30d9edc9089ba3f
tree122e0cc88dbb97733b02aac0e5e30e33d592444a
parent2e2602ca5df09e4c4e2b593bc30abead9a8617d4
KVM: Convert mask notifiers to use irqchip/pin instead of gsi

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>
include/linux/kvm_host.h
virt/kvm/ioapic.c
virt/kvm/irq_comm.c