KVM: ARM: vgic: Fix sgi dispatch problem
authorHaibin Wang <[email protected]>
Thu, 10 Apr 2014 12:14:32 +0000 (13:14 +0100)
committerChristoffer Dall <[email protected]>
Mon, 28 Apr 2014 10:30:46 +0000 (03:30 -0700)
commit91021a6c8ffdc55804dab5acdfc7de4f278b9ac3
tree27b92faadc82c3a01d153d8370105de4901fb8b4
parent5d4e08c45a6cf8f1ab3c7fa375007635ac569165
KVM: ARM: vgic: Fix sgi dispatch problem

When dispatch SGI(mode == 0), that is the vcpu of VM should send
sgi to the cpu which the target_cpus list.
So, there must add the "break" to branch of case 0.

Cc: <[email protected]> # 3.10+
Signed-off-by: Haibin Wang <[email protected]>
Acked-by: Marc Zyngier <[email protected]>
Signed-off-by: Christoffer Dall <[email protected]>
virt/kvm/arm/vgic.c