commit | 7d43bafcff17c7fb07270999d3cf002f1ed6bd3f | [log] [tgz] |
---|---|---|
author | Eugene (jno) Dvurechenski <jno@linux.vnet.ibm.com> | Wed Apr 22 17:09:44 2015 +0200 |
committer | Christian Borntraeger <borntraeger@de.ibm.com> | Mon Nov 30 12:47:08 2015 +0100 |
tree | 338320d71ebce7d90f4fff508bca3373531ebd33 | |
parent | bc784ccee5eb9ae1e737927eb9d8a0fbf7601abc [diff] |
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>