diff options
| author | Christian Ehrhardt <[email protected]> | 2009-05-20 15:34:56 +0200 |
|---|---|---|
| committer | Avi Kivity <[email protected]> | 2009-09-10 08:32:42 +0300 |
| commit | b1d16c495d9e6fe48e7df2e1d18cafc6555a116a (patch) | |
| tree | 759aa4b488f4c0874b2561e932b04f018b514463 /scripts/patch-kernel | |
| parent | 9ace903d171db7dc2fed96e44ac62b6f4c3ccb3d (diff) | |
KVM: s390: fix signal handling
If signal pending is true we exit without updating kvm_run, userspace
currently just does nothing and jumps to kvm_run again.
Since we did not set an exit_reason we might end up with a random one
(whatever was the last exit). Therefore it was possible to e.g. jump to
the psw position the last real interruption set.
Setting the INTR exit reason ensures that no old psw data is swapped
in on reentry.
Signed-off-by: Christian Ehrhardt <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions