commit | d7b0b5eb3000c6fb902f08c619fcd673a23d8fab | [log] [tgz] |
---|---|---|
author | Carsten Otte <carsteno@de.ibm.com> | Thu Nov 19 14:21:16 2009 +0100 |
committer | Avi Kivity <avi@redhat.com> | Thu Dec 03 09:32:25 2009 +0200 |
tree | 4c7aa92657435c687f98383aaea5ce15ee9fba9c | |
parent | 3cfc3092f40bc37c57ba556cfd8de4218f2135ab [diff] |
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 <cotte@de.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>