Searched hist:"6 a1a9cfa" (Results 1 – 1 of 1) sorted by relevance
/qemu/hw/intc/ |
H A D | arm_gic_kvm.c | diff 6a1a9cfa Mon Jul 06 18:15:13 GMT 2015 Eric Auger <eric.auger@linaro.org> 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>
|