From: Shannon Zhao Date: Wed, 19 Nov 2014 10:11:25 +0000 (+0000) Subject: arm/arm64: KVM: vgic: kick the specific vcpu instead of iterating through all X-Git-Tag: omap-for-v3.19/fixes-rc1~43^2~2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=016ed39c54b8a3db680e5c6a43419f806133caf2;p=pandora-kernel.git 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 Signed-off-by: Shannon Zhao Signed-off-by: Marc Zyngier --- Reading git-diff-tree failed