From: Heiko Carstens Date: Wed, 1 Jan 2014 15:31:49 +0000 (+0100) Subject: KVM: s390: add 'pgm' member to kvm_vcpu_arch and helper function X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~8^2~67^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b0462e574f5238bb1ee811f014d629092c160cb;p=pandora-kernel.git KVM: s390: add 'pgm' member to kvm_vcpu_arch and helper function Add a 'struct kvm_s390_pgm_info pgm' member to kvm_vcpu_arch. This structure will be used if during instruction emulation in the context of a vcpu exception data needs to be stored somewhere. Also add a helper function kvm_s390_inject_prog_cond() which can inject vcpu's last exception if needed. Signed-off-by: Heiko Carstens Reviewed-by: Cornelia Huck Signed-off-by: Christian Borntraeger --- Reading git-diff-tree failed