commit | d21683ea1f1b03823928a98b6380332b9385e3a7 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Mon Mar 25 17:22:49 2013 +0100 |
committer | Gleb Natapov <gleb@redhat.com> | Tue Apr 02 16:14:20 2013 +0300 |
tree | 08abf3cfe3538a7b4473a88cfb4778b88071365a | |
parent | 2cef4deb4018c02fb3cd08f76c8a988f7ddee480 [diff] |
KVM: s390: fix 24 bit psw handling in lpsw/lpswe handler When checking for validity the lpsw/lpswe handler check that only the lower 20 bits instead of 24 bits have a non-zero value. There handling valid psws as invalid ones. Fix the 24 bit psw mask. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Gleb Natapov <gleb@redhat.com>