From: Carsten Otte Date: Thu, 19 Nov 2009 13:21:16 +0000 (+0100) Subject: KVM: s390: Make psw available on all exits, not just a subset X-Git-Tag: v2.6.33-rc1~387^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7b0b5eb3000c6fb902f08c619fcd673a23d8fab;p=pandora-kernel.git KVM: s390: Make psw available on all exits, not just a subset This patch moves s390 processor status word into the base kvm_run struct and keeps it up-to date on all userspace exits. The userspace ABI is broken by this, however there are no applications in the wild using this. A capability check is provided so users can verify the updated API exists. Cc: stable@kernel.org Signed-off-by: Carsten Otte Signed-off-by: Avi Kivity --- Reading git-diff-tree failed