Re: [PATCH v2 25/45] KVM: s390: Move guts of kvm_arch_vcpu_init() into kvm_arch_vcpu_create()

From: Cornelia Huck
Date: Thu Dec 19 2019 - 14:39:42 EST


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>