From: David Hildenbrand Date: Tue, 14 Oct 2014 07:44:55 +0000 (+0200) Subject: KVM: s390: SIGP SET PREFIX cleanup X-Git-Tag: fixes-v4.0-rc1~113^2~36^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3a9c59a683658d881aa2695be2aa875598f2712;p=pandora-kernel.git KVM: s390: SIGP SET PREFIX cleanup This patch cleanes up the the SIGP SET PREFIX code. A SIGP SET PREFIX irq may only be injected if the target vcpu is stopped. Let's move the checking code into the injection code and return -EBUSY if the target vcpu is not stopped. Reviewed-by: Jens Freimann Acked-by: Cornelia Huck Signed-off-by: David Hildenbrand Signed-off-by: Christian Borntraeger --- Reading git-diff-tree failed