From: Thomas Huth Date: Thu, 20 Jun 2013 15:22:01 +0000 (+0200) Subject: KVM: s390: Privileged operation checks moved to instruction handlers X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~22^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5087dfa6c8b9f7893819f315eb24201ff5c07142;p=pandora-kernel.git KVM: s390: Privileged operation checks moved to instruction handlers We need more fine-grained control about the point in time when we check for privileged instructions, since the exceptions that can happen during an instruction have a well-defined priority. For example, for the PFMF instruction, the check for PGM_PRIVILEGED_OP must happen after the check for PGM_OPERATION since the latter has a higher precedence - thus the check for privileged operation must not be done in kvm_s390_handle_b9() already. Signed-off-by: Thomas Huth Acked-by: Cornelia Huck Signed-off-by: Cornelia Huck Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed