]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: s390: Make the simple ipte mutex specific to a VM instead of global
authorThomas Huth <thuth@linux.vnet.ibm.com>
Wed, 1 Oct 2014 12:48:42 +0000 (14:48 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Tue, 28 Oct 2014 12:08:59 +0000 (13:08 +0100)
commitabd6f1820c569f8705de84cb5701adc296d0baf7
treee453086ed69408f2573ad4470fc7fb5e401a309d
parent431599d88574e61c220968c5a6da09264c448033
KVM: s390: Make the simple ipte mutex specific to a VM instead of global

The ipte-locking should be done for each VM seperately, not globally.
This way we avoid possible congestions when the simple ipte-lock is used
and multiple VMs are running.

Suggested-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
arch/s390/include/asm/kvm_host.h
arch/s390/kvm/gaccess.c
arch/s390/kvm/kvm-s390.c