]> asedeno.scripts.mit.edu Git - linux.git/commit
KVM: s390: split store status and machine check handling
authorDavid Hildenbrand <dahi@linux.vnet.ibm.com>
Wed, 3 Aug 2016 09:18:57 +0000 (11:18 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Thu, 8 Sep 2016 07:07:51 +0000 (09:07 +0200)
commit0319dae6770fe3727c2d2cd03ca2c5d1b67f31b9
treeaa0a4ad1b9df2373f8133e6d12f921d531e08946
parentd6404ded303600a253e1770fa6670236adf12ce9
KVM: s390: split store status and machine check handling

Store status writes the prefix which is not to be done by a machine check.
Also, the psw is stored and later on overwritten by the failing-storage
address, which looks strange at first sight.

Store status and machine check handling look similar, but they are actually
two different things.

Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
arch/s390/kvm/interrupt.c