commit | 016ed39c54b8a3db680e5c6a43419f806133caf2 | [log] [tgz] |
---|---|---|
author | Shannon Zhao <zhaoshenglong@huawei.com> | Wed Nov 19 10:11:25 2014 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Wed Nov 26 10:19:37 2014 +0000 |
tree | 4395531d363a4e865df71f9bc689773341fb4c7b | |
parent | b1e952b4e484ebc9ffad674c361d261a1af02a13 [diff] |
arm/arm64: KVM: vgic: kick the specific vcpu instead of iterating through all 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>