From: Jens Freimann Date: Wed, 14 May 2014 15:14:46 +0000 (+0200) Subject: KVM: s390: clean up interrupt injection in sigp code X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~8^2~25^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22ff4a3366e6fed80205b427d8fb52020cd9020a;p=pandora-kernel.git KVM: s390: clean up interrupt injection in sigp code We have all the logic to inject interrupts available in kvm_s390_inject_vcpu(), so let's use it instead of injecting irqs manually to the list in sigp code. SIGP stop is special because we have to check the action_flags before injecting the interrupt. As the action_flags are not available in kvm_s390_inject_vcpu() we leave the code for the stop order code untouched for now. Signed-off-by: Jens Freimann Reviewed-by: David Hildenbrand Reviewed-by: Cornelia Huck --- Reading git-diff-tree failed