On Wed, 18 Dec 2019 13:55:10 -0800 Sean Christopherson <sean.j.christopherson@xxxxxxxxx> wrote: > Move all of kvm_arch_vcpu_init(), which is invoked at the very end of > kvm_vcpu_init(), into kvm_arch_vcpu_create() in preparation of moving > the call to kvm_vcpu_init(). Moving kvm_vcpu_init() is itself a > preparatory step for moving allocation and initialization to common KVM > code. > > No functional change inteded. > > Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx> > --- > arch/s390/kvm/kvm-s390.c | 62 ++++++++++++++++++++++------------------ > 1 file changed, 34 insertions(+), 28 deletions(-) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>