Searched hist:"91520 f1af8a01d349d19911238fc3dbed3fa58d2" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/s390/kvm/ |
H A D | kvm-s390.c | diff 91520f1af8a01d349d19911238fc3dbed3fa58d2 Fri Feb 27 14:32:11 CET 2015 Michael Mueller <mimu@linux.vnet.ibm.com> KVM: s390: perform vcpu model setup in a function
The function kvm_s390_vcpu_setup_model() now performs all cpu model realated setup tasks for a vcpu. Besides cpuid and ibc initialization, facility list assignment takes place during the setup step as well. The model setup has been pulled to the begin of vcpu setup to allow kvm facility tests.
There is no need to protect the cpu model setup with a lock since the attributes can't be changed anymore as soon the first vcpu is online.
Signed-off-by: Michael Mueller <mimu@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
|