]> git.karo-electronics.de Git - linux-beck.git/commit
KVM: s390: Make provisions for ESCA utilization
authorEugene (jno) Dvurechenski <jno@linux.vnet.ibm.com>
Wed, 22 Apr 2015 15:09:44 +0000 (17:09 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Mon, 30 Nov 2015 11:47:08 +0000 (12:47 +0100)
commit7d43bafcff17c7fb07270999d3cf002f1ed6bd3f
tree338320d71ebce7d90f4fff508bca3373531ebd33
parentbc784ccee5eb9ae1e737927eb9d8a0fbf7601abc
KVM: s390: Make provisions for ESCA utilization

This patch updates the routines (sca_*) to provide transparent access
to and manipulation on the data for both Basic and Extended SCA in use.
The kvm.arch.sca is generalized to (void *) to handle BSCA/ESCA cases.
Also the kvm.arch.use_esca flag is provided.
The actual functionality is kept the same.

Signed-off-by: Eugene (jno) Dvurechenski <jno@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
arch/s390/include/asm/kvm_host.h
arch/s390/kvm/interrupt.c
arch/s390/kvm/kvm-s390.c