kernel_optimize_test/arch/s390/kvm
Heiko Carstens 0744426e28 KVM: s390: fix sigp set prefix status stored cases
If an invalid parameter is passed or the addressed cpu is in an
incorrect state sigp set prefix will store a status.
This status must only have bits set as defined by the architecture.
The current kvm implementation missed to clear bits and also did
not set the intended status bit ("and" instead of "or" operation).

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
2012-07-03 14:55:35 -03:00
..
diag.c KVM: s390: use kvm_vcpu_on_spin for diag 0x44 2012-04-30 21:38:31 -03:00
gaccess.h [S390] Use gmap translation for accessing guest memory 2011-07-24 10:48:21 +02:00
intercept.c KVM: s390: Handle sckpf instruction 2012-04-30 21:55:52 -03:00
interrupt.c Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm 2012-03-28 14:35:31 -07:00
Kconfig KVM: s390: add parameter for KVM_CREATE_VM 2012-03-05 14:52:18 +02:00
kvm-s390.c KVM: s390: Set CPU in stopped state on initial cpu reset 2012-06-13 20:53:45 -03:00
kvm-s390.h KVM: s390: Handle sckpf instruction 2012-04-30 21:55:52 -03:00
Makefile [S390] move sie code to entry.S 2011-07-24 10:48:21 +02:00
priv.c KVM: s390: Handle sckpf instruction 2012-04-30 21:55:52 -03:00
sigp.c KVM: s390: fix sigp set prefix status stored cases 2012-07-03 14:55:35 -03:00