From: David Hildenbrand Date: Mon, 14 Apr 2014 10:40:03 +0000 (+0200) Subject: KVM: s390: move finalization of SIGP STOP orders to kvm_s390_vcpu_stop X-Git-Tag: omap-for-v3.17/fixes-against-rc2~184^2~20^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32f5ff63ff9c87195d06896e6ab4086b6369546a;p=pandora-kernel.git KVM: s390: move finalization of SIGP STOP orders to kvm_s390_vcpu_stop Let's move the finalization of SIGP STOP and SIGP STOP AND STORE STATUS orders to the point where the VCPU is actually stopped. This change is needed to prepare for a user space driven VCPU state change. The action_bits may only be cleared when setting the cpu state to STOPPED while holding the local irq lock. Signed-off-by: David Hildenbrand Reviewed-by: Cornelia Huck Reviewed-by: Christian Borntraeger Signed-off-by: Christian Borntraeger --- Reading git-diff-tree failed