]> git.proxmox.com Git - mirror_qemu.git/commit
intc: arm_gic_kvm: set the qemu_irq/gsi mapping
authorEric Auger <eric.auger@linaro.org>
Mon, 6 Jul 2015 18:15:13 +0000 (12:15 -0600)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 6 Jul 2015 18:15:13 +0000 (12:15 -0600)
commit6a1a9cfa1c4a3e5b521d82e6adb94311fc5b9f8b
treeb7c0ab2cf2dd14211d307897b596ea38122c69fc
parent197e35249a7360534e1aea0f2268ad0e1aa27121
intc: arm_gic_kvm: set the qemu_irq/gsi mapping

The arm_gic_kvm now calls kvm_irqchip_set_qemuirq_gsi to build
the hash table storing qemu_irq/gsi mappings. From that point on
irqfd can be setup directly from the qemu_irq using
kvm_irqchip_add_irqfd_notifier.

Signed-off-by: Eric Auger <eric.auger@linaro.org>
Tested-by: Vikram Sethi <vikrams@codeaurora.org>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
hw/intc/arm_gic_kvm.c