linux_dsm_epyc7002/arch/s390/kvm
Thomas Huth 13b191ae4a KVM: s390: Fixed CC of SIGP SET_PREFIX handler
When SIGP SET_PREFIX is called with an illegal CPU id, it must return
the condition code 3 ("not operational") instead of 1. Also fixed the
order in which the checks are done - CC3 has a higher priority than CC1.
And while we're at it, this patch also get rid of the floating interrupt
lock here by using kvm_get_vcpu() to get the local_int struct of the
destination CPU.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
2014-03-04 10:41:02 +01:00
..
diag.c KVM: async_pf: Async page fault support on s390 2014-01-30 13:11:02 +01:00
gaccess.h KVM: s390: Helper for converting real addresses to absolute 2013-09-24 19:12:20 +02:00
intercept.c KVM: s390: enable Transactional Execution 2014-01-17 13:12:01 +01:00
interrupt.c KVM/s390: Set preempted flag during vcpu wakeup and interrupt delivery 2014-02-26 17:32:12 +01:00
Kconfig KVM: async_pf: Async page fault support on s390 2014-01-30 13:11:02 +01:00
kvm-s390.c KVM: s390: expose gbea register to userspace 2014-03-04 10:41:01 +01:00
kvm-s390.h KVM: async_pf: Async page fault support on s390 2014-01-30 13:11:02 +01:00
Makefile KVM: async_pf: Async page fault support on s390 2014-01-30 13:11:02 +01:00
priv.c KVM: s390: Simplify online vcpus counting for stsi 2014-03-04 10:41:02 +01:00
sigp.c KVM: s390: Fixed CC of SIGP SET_PREFIX handler 2014-03-04 10:41:02 +01:00
trace-s390.h KVM: s390: Add support for channel I/O instructions. 2013-01-07 19:53:43 -02:00
trace.h KVM: async_pf: Async page fault support on s390 2014-01-30 13:11:02 +01:00