alistair23-linux/arch/s390/kvm
Christian Borntraeger 3d11df7abb KVM: s390: Fix vcpu_load handling in interrupt code
Recent changes (KVM: make processes waiting on vcpu mutex killable)
now requires to check the return value of vcpu_load. This triggered
a warning in s390 specific kvm code. Turns out that we can actually
remove the put/load, since schedule will do the right thing via
the preempt notifiers.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
2012-09-27 18:19:53 +02:00
..
diag.c KVM: s390: Add implementation-specific trace events 2012-07-26 14:04:35 +03:00
gaccess.h s390/comments: unify copyright messages and remove file names 2012-07-20 11:15:04 +02:00
intercept.c KVM: s390: Add implementation-specific trace events 2012-07-26 14:04:35 +03:00
interrupt.c KVM: s390: Fix vcpu_load handling in interrupt code 2012-09-27 18:19:53 +02:00
Kconfig KVM: Add config to support ple or cpu relax optimzation 2012-07-23 13:00:53 +03:00
kvm-s390.c KVM: split kvm_arch_flush_shadow 2012-09-06 16:37:25 +03:00
kvm-s390.h s390/comments: unify copyright messages and remove file names 2012-07-20 11:15:04 +02:00
Makefile [S390] move sie code to entry.S 2011-07-24 10:48:21 +02:00
priv.c KVM: s390: Add architectural trace events 2012-07-26 14:04:34 +03:00
sigp.c KVM: s390: Add architectural trace events 2012-07-26 14:04:34 +03:00
trace-s390.h KVM: s390: Add implementation-specific trace events 2012-07-26 14:04:35 +03:00
trace.h KVM: s390: Add architectural trace events 2012-07-26 14:04:34 +03:00