arm/arm64: KVM: vgic: kick the specific vcpu instead of iterating through all
authorShannon Zhao <zhaoshenglong@huawei.com>
Wed, 19 Nov 2014 10:11:25 +0000 (10:11 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Wed, 26 Nov 2014 10:19:37 +0000 (10:19 +0000)
When call kvm_vgic_inject_irq to inject interrupt, we can known which
vcpu the interrupt for by the irq_num and the cpuid. So we should just
kick this vcpu to avoid iterating through all.

Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Shannon Zhao <zhaoshenglong@huawei.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
virt/kvm/arm/vgic.c

Simple merge